Share via


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
Public property CrawledPropertyCount Gets the total number of crawled properties for the category.
Public property DiscoverNewProperties Gets or sets a Boolean value to indicate that new crawled properties are discovered for the category.
Public property 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.
Public property Name Gets or sets the name of the category.

Top

Methods

  Name Description
Public method CreateCrawledProperty Creates a new crawled property within the category.
Public method Delete Deletes a category and all associated crawled properties.
Public method DeleteUnmappedProperties Deletes all crawled properties within a category with no mappings to any managed properties.
Public method GetAllCrawledProperties Returns a list of crawled properties within a category.
Public method GetCrawledProperty Retrieves a crawled property with a specified name, property set, and variant type.
Public method GetPropsetMappings Returns a collection of property set mappings that lists all property sets mapping into the category.
Public method GetUnmappedCrawledProperties Gets a list of crawled properties that do not have any mappings to managed properties.
Public method QueryCrawledProperties Returns a list of crawled properties that match the filter, offset, and count parameters.
Public method SetPropsetMappings Sets a collection of property set mappings for the category.
Public method Update Updates the settings for this category.

Top

See Also

Reference

Category Interface

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