CategoryCollection Members

Include Protected Members
Include Inherited Members

Represents a crawled property category collection.

The CategoryCollection type exposes the following members.

Properties

  Name Description
Public property Count Gets the total number of crawled property categories in the collection.
Public property Item[Guid] Returns a category based on the property set filter.
Public property Item[String] Returns a category based on the name filter.

Top

Methods

  Name Description
Public method Contains(Guid) Returns a Boolean value that indicates whether the collection of crawled property categories contains a specific property set.
Public method Contains(String) Returns a Boolean value that indicates whether the collection of crawled property categories contains a category with a specific name.
Public method Create Add a new category to the crawled property category collection.
Public method GetEnumerator() (Inherited from IEnumerable<Category>.)
Public method GetEnumerator() (Inherited from IEnumerable.)

Top

See Also

Reference

CategoryCollection Interface

Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace