UpdatableCollection<Key, T> Class
SharePoint 2010
Represents the base class for collections with specified value type and key type.
System.Object
Microsoft.Office.Server.Search.Administration.UpdatableCollection<Key, T>
Microsoft.Office.Server.Search.Administration.CrawlComponentCollection
Microsoft.Office.Server.Search.Administration.CrawlStoreCollection
Microsoft.Office.Server.Search.Administration.CrawlTopologyCollection
Microsoft.Office.Server.Search.Administration.IndexPartitionCollection
Microsoft.Office.Server.Search.Administration.PropertyStoreCollection
Microsoft.Office.Server.Search.Administration.QueryComponentCollection
Microsoft.Office.Server.Search.Administration.QueryTopologyCollection
Microsoft.Office.Server.Search.Administration.UpdatableCollection<Key, T>
Microsoft.Office.Server.Search.Administration.CrawlComponentCollection
Microsoft.Office.Server.Search.Administration.CrawlStoreCollection
Microsoft.Office.Server.Search.Administration.CrawlTopologyCollection
Microsoft.Office.Server.Search.Administration.IndexPartitionCollection
Microsoft.Office.Server.Search.Administration.PropertyStoreCollection
Microsoft.Office.Server.Search.Administration.QueryComponentCollection
Microsoft.Office.Server.Search.Administration.QueryTopologyCollection
Assembly: Microsoft.Office.Server.Search (in Microsoft.Office.Server.Search.dll)
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)] [SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)] public abstract class UpdatableCollection<Key, T> : IEnumerable
Type Parameters
- Key
The type of the keys in the collection.
- T
The type of the values in the collection.
This class defines methods to manipulate the collection and implements the IEnumerable<T> interface.