ContentCollectionCollection Members
Include Protected Members
Include Inherited Members
Represents a collection of content collections. Includes operations to create, modify, delete, and retrieve a content collection.
The ContentCollectionCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | (Inherited from ICollection<ContentCollection>.) | |
IsReadOnly | (Inherited from ICollection<ContentCollection>.) | |
Item | Retrieves a content collection with a specified name. |
Top
Methods
Name | Description | |
---|---|---|
Add | (Inherited from ICollection<ContentCollection>.) | |
AddCollection(String, String) | Creates a content collection and adds it to the collection. | |
AddCollection(String, String, Pipeline) | Creates a content collection and adds it to the collection. | |
AddCollection(String, String, String) | Creates a content collection and adds it to the collection. | |
Clear | (Inherited from ICollection<ContentCollection>.) | |
ClearCollection | Deletes all the content collection documents from the index without removing the content collection. | |
Contains | (Inherited from ICollection<ContentCollection>.) | |
CopyTo | (Inherited from ICollection<ContentCollection>.) | |
GetEnumerator() | (Inherited from IEnumerable<ContentCollection>.) | |
GetEnumerator() | (Inherited from IEnumerable.) | |
ModifyCollection | Modifies the properties of a content collection. | |
Remove | (Inherited from ICollection<ContentCollection>.) |
Top
See Also
Reference
ContentCollectionCollection Interface
Microsoft.SharePoint.Search.Extended.Administration.Content Namespace