PersistedDictionaryCollection Members

Include Protected Members
Include Inherited Members

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

The PersistedDictionaryCollection type exposes the following members.

Properties

  Name Description
Public property Count (Inherited from ICollection<PersistedDictionary>.)
Public property IsReadOnly (Inherited from ICollection<PersistedDictionary>.)
Public property Item Retrieves the PersistedDictionary.

Top

Methods

  Name Description
Public method Add(String) Creates a PersistedDictionary.
Public method Add(T) (Inherited from ICollection<PersistedDictionary>.)
Public method Clear (Inherited from ICollection<PersistedDictionary>.)
Public method Contains(String) Determines whether a specific PersistedDictionary exists.
Public method Contains(T) (Inherited from ICollection<PersistedDictionary>.)
Public method CopyTo (Inherited from ICollection<PersistedDictionary>.)
Public method GetEnumerator() (Inherited from IEnumerable<PersistedDictionary>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method GetEnumerator(SortField, SortDirection, Int32, Int32) Overloads the method to support paging and sorting.
Public method Remove(String) Deletes a [PersistedDictionary]
Public method Remove(T) (Inherited from ICollection<PersistedDictionary>.)

Top

See Also

Reference

PersistedDictionaryCollection Interface

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