ContentCollectionCollection Interface
Represents a collection of content collections. Includes operations to create, modify, delete, and retrieve a content collection.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Content
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 ContentCollectionCollection _
Inherits ICollection(Of ContentCollection), IEnumerable(Of ContentCollection), _
IEnumerable
'Usage
Dim instance As ContentCollectionCollection
[SharePointPermissionAttribute(SecurityAction.LinkDemand, ObjectModel = true)]
[SharePointPermissionAttribute(SecurityAction.InheritanceDemand, ObjectModel = true)]
public interface ContentCollectionCollection : ICollection<ContentCollection>,
IEnumerable<ContentCollection>, IEnumerable
See Also
Reference
ContentCollectionCollection Members
Microsoft.SharePoint.Search.Extended.Administration.Content Namespace