Category methods

The Category type exposes the following members.

Methods

  Name Description
Public method Contains Returns a Boolean value that indicates if the category contains any crawled properties for the specified property set.
Public method CreateCrawledProperty(String, Boolean, Guid) Creates a crawled property in this category.
Public method CreateCrawledProperty(String, Boolean, Guid, Int32) Obsolete. Creates a crawled property for the category.
Public method CreateOrGetCrawledProperty(String, Boolean, Guid) Creates or returns a crawled property for a category.
Public method CreateOrGetCrawledProperty(String, Boolean, Guid, Int32) Obsolete. Creates or returns a crawled property for a category.
Public method Delete Deletes the category in the search schema.
Public method DeleteUnmappedProperties Deletes all crawled properties that are not mapped to managed properties for a category.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetAllCrawledProperties Returns an enumerator that iterates through the category's crawled properties.
Public method GetCrawledProperty(Guid, String) Finds a crawled property.
Public method GetCrawledProperty(Guid, String, Int32) Obsolete. Returns a crawled property for the category.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method GetUnmappedCrawledProperties Returns an enumerator that iterates through the category's unmapped crawled properties.
Protected method MemberwiseClone (Inherited from Object.)
Public method QueryCrawledProperties Returns an enumerator that iterates through the category's crawled properties that match the specified parameters.
Public method ToString (Inherited from Object.)
Public method Update Updates the Search service application’s schema with changes made to the category.

Top

See also

Reference

Category class

Microsoft.Office.Server.Search.Administration namespace