SPResource members
Gets localized strings in the Microsoft.Sharepoint namespace defined in microsoft.sharepoint.intl.dll, using the specified parameters.
The SPResource type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetString(String, []) | Gets the localized string with the specified name and values. | |
GetString(CultureInfo, String, []) | Gets the localized string with the specified culture, name, and values. | |
GetType | (Inherited from Object.) | |
GetVersionedString15(String, []) | if current compatibilityLevel is greater or equal to 15, use name_15. This method is reserved for internal use and is not intended to be used directly from your code. | |
GetVersionedString15(CultureInfo, String, []) | if current compatibilityLevel is greater or equal to 15, use name_15. This method is reserved for internal use and is not intended to be used directly from your code. | |
GetVersionedString15(SPSite, CultureInfo, String, []) | if site's compatibilityLevel is greater or equal to 15, use name_15. This method is reserved for internal use and is not intended to be used directly from your code. | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top