SPLocalizationCollection Members
Include Protected Members
Include Inherited Members
Defines the list of strings that represent localization countries, languages, or regions.
The SPLocalizationCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from StringDictionary.) | |
IsSynchronized | (Inherited from StringDictionary.) | |
Item | (Inherited from StringDictionary.) | |
Keys | (Inherited from StringDictionary.) | |
SyncRoot | (Inherited from StringDictionary.) | |
Values | (Inherited from StringDictionary.) |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from StringDictionary.) | |
Clear | (Inherited from StringDictionary.) | |
ContainsKey | (Inherited from StringDictionary.) | |
ContainsValue | (Inherited from StringDictionary.) | |
CopyTo | (Inherited from StringDictionary.) | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetEnumerator | (Inherited from StringDictionary.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
Remove | (Inherited from StringDictionary.) | |
ToString | (Inherited from Object.) | |
Update | Refreshes the system-based list of strings that represent localization countries, languages, or regions. |
Top