LocalizedNameCollection.Clear method (String)
Removes all localized names that belong to the specified setting.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Sub Clear ( _
settingId As String _
)
'Usage
Dim instance As LocalizedNameCollection
Dim settingId As String
instance.Clear(settingId)
public void Clear(
string settingId
)
Parameters
settingId
Type: System.StringThe setting from which to remove localized names.