PersistedDictionaryCollection.Remove Method (String)

Deletes a [PersistedDictionary]

Namespace:  Microsoft.SharePoint.Search.Extended.Administration.Store
Assembly:  Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)

Syntax

'Declaration
Function Remove ( _
    storeName As String _
) As Boolean
'Usage
Dim instance As PersistedDictionaryCollection
Dim storeName As String
Dim returnValue As Boolean

returnValue = instance.Remove(storeName)
bool Remove(
    string storeName
)

Parameters

Return Value

Type: System.Boolean
[True] if and only if a PersistedDictionary with that name was removed.

See Also

Reference

PersistedDictionaryCollection Interface

PersistedDictionaryCollection Members

Remove Overload

Microsoft.SharePoint.Search.Extended.Administration.Store Namespace