CategoryCollection Members
Include Protected Members
Include Inherited Members
Represents a crawled property category collection.
The CategoryCollection type exposes the following members.
Properties
Name | Description | |
---|---|---|
Count | Gets the total number of crawled property categories in the collection. | |
Item[Guid] | Returns a category based on the property set filter. | |
Item[String] | Returns a category based on the name filter. |
Top
Methods
Name | Description | |
---|---|---|
Contains(Guid) | Returns a Boolean value that indicates whether the collection of crawled property categories contains a specific property set. | |
Contains(String) | Returns a Boolean value that indicates whether the collection of crawled property categories contains a category with a specific name. | |
Create | Add a new category to the crawled property category collection. | |
GetEnumerator() | (Inherited from IEnumerable<Category>.) | |
GetEnumerator() | (Inherited from IEnumerable.) |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace