SPUserResource Members
Include Protected Members
Include Inherited Members
Represents a user-defined localizable resource.
The SPUserResource type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPUserResource(String, SPResourceType) | Initializes a new instance of the SPUserResource class based on a specified name and resource type. |
![]() |
SPUserResource(String, String, SPResourceType) | Initializes a new instance of the SPUserResource class based on a specified name, value, and resource type. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Name | Gets the name of the user resource. |
![]() |
Parent | Gets an object that corresponds to the scope of the user resource, which can be an SPList object or an SPWeb object. |
![]() |
Scope | Gets a value that indicates the scope of the user resource. |
![]() |
Type | Gets the type of the user resource, which can be single line or multi-line. |
![]() |
Value | Gets or sets the value of the resource for the thread's culture. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
GetValueForUICulture | Returns the value of the resource for the specified culture. |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
SetValueForUICulture | Sets the value of the resource for the specified culture. |
![]() |
ToString | (Inherited from Object.) |
![]() |
Update | Applies the values for the resource. |
Top