Share via


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
Public property Count (Inherited from ICollection<ContentCollection>.)
Public property IsReadOnly (Inherited from ICollection<ContentCollection>.)
Public property Item Retrieves a content collection with a specified name.

Top

Methods

  Name Description
Public method Add (Inherited from ICollection<ContentCollection>.)
Public method AddCollection(String, String) Creates a content collection and adds it to the collection.
Public method AddCollection(String, String, Pipeline) Creates a content collection and adds it to the collection.
Public method AddCollection(String, String, String) Creates a content collection and adds it to the collection.
Public method Clear (Inherited from ICollection<ContentCollection>.)
Public method ClearCollection Deletes all the content collection documents from the index without removing the content collection.
Public method Contains (Inherited from ICollection<ContentCollection>.)
Public method CopyTo (Inherited from ICollection<ContentCollection>.)
Public method GetEnumerator() (Inherited from IEnumerable<ContentCollection>.)
Public method GetEnumerator() (Inherited from IEnumerable.)
Public method ModifyCollection Modifies the properties of a content collection.
Public method Remove (Inherited from ICollection<ContentCollection>.)

Top

See Also

Reference

ContentCollectionCollection Interface

Microsoft.SharePoint.Search.Extended.Administration.Content Namespace