Share via


PersistedDictionaryCollection Interface

Groups methods for adding, updating, retrieving and removing PersistedDictionary objects.

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

Syntax

'Declaration
<SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel := True)> _
<SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel := True)> _
Public Interface PersistedDictionaryCollection _
    Inherits ICollection(Of PersistedDictionary), IEnumerable(Of PersistedDictionary),  _
    IEnumerable
'Usage
Dim instance As PersistedDictionaryCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface PersistedDictionaryCollection : ICollection<PersistedDictionary>, 
    IEnumerable<PersistedDictionary>, IEnumerable

See Also

Reference

PersistedDictionaryCollection Members

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