LocalizedNameCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of localized names.
The LocalizedNameCollection type exposes the following members.
Methods
Name | Description | |
---|---|---|
Add(UInt32, String) | Adds a new localized name to the collection using the specified locale ID and localized name. | |
Add(UInt32, String, String) | Adds a new localized name to the collection using the specified locale ID, localized name, and setting. | |
Clear() | Removes all the localized names from the collection. | |
Clear(String) | Removes all localized names that belong to the specified setting. | |
GetEnumerator() | Gets the enumerator to enumerate through the collection. | |
GetEnumerator(String) | Gets the enumerator to enumerate through the collection by using the specified setting. | |
GetMergedEnumerator | Gets an enumerator for the localized names that enumerate all the localized names in the specified setting, and all the localized names with locale identifiers (LCIDs) that do not exist in the specified setting. | |
Remove(UInt32) | Removes the localized name for the specified locale identifier (LCID) from the collection. | |
Remove(UInt32, String) | Removes the localized name for the specified locale identifier (LCID) from the collection by using a setting identifier. | |
ToString | (Inherited from Object.) |
Top
Explicit Interface Implementations
Name | Description | |
---|---|---|
IEnumerable.GetEnumerator | Gets the enumerator to enumerate through the collection. |
Top
See Also
Reference
Microsoft.SharePoint.BusinessData.Administration.Client Namespace