Category Members
Include Protected Members
Include Inherited Members
Represents a Category object, controls settings for crawled properties in a category, and enables querying of crawled properties within the category.
The Category type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
CrawledPropertyCount | Gets the total number of crawled properties for the category. |
![]() |
DiscoverNewProperties | Gets or sets a Boolean value to indicate that new crawled properties are discovered for the category. |
![]() |
MapToContents | Gets or sets a Boolean value to indicate that the content of crawled properties within a category is searchable in the default full-text index. |
![]() |
Name | Gets or sets the name of the category. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
CreateCrawledProperty | Creates a new crawled property within the category. |
![]() |
Delete | Deletes a category and all associated crawled properties. |
![]() |
DeleteUnmappedProperties | Deletes all crawled properties within a category with no mappings to any managed properties. |
![]() |
GetAllCrawledProperties | Returns a list of crawled properties within a category. |
![]() |
GetCrawledProperty | Retrieves a crawled property with a specified name, property set, and variant type. |
![]() |
GetPropsetMappings | Returns a collection of property set mappings that lists all property sets mapping into the category. |
![]() |
GetUnmappedCrawledProperties | Gets a list of crawled properties that do not have any mappings to managed properties. |
![]() |
QueryCrawledProperties | Returns a list of crawled properties that match the filter, offset, and count parameters. |
![]() |
SetPropsetMappings | Sets a collection of property set mappings for the category. |
![]() |
Update | Updates the settings for this category. |
Top
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace