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.String

    The setting from which to remove localized names.

See Also

Reference

LocalizedNameCollection Class

LocalizedNameCollection Members

Clear Overload

Microsoft.SharePoint.BusinessData.Administration Namespace