CrawledProperty Members
Include Protected Members
Include Inherited Members
Represents a crawled property in the SharePoint Enterprise Search metadata property schema.
The CrawledProperty type exposes the following members.
Properties
Name | Description | |
---|---|---|
CategoryName | Gets the category name for a crawled property. | |
IsMappedToContents | Gets or sets a Boolean value indicating whether the crawled property is mapped to any managed properties. | |
IsNameEnum | Determines whether the CrawledProperty.Name is enumerable. | |
Name | Gets the name of a crawled property. | |
Propset | Gets the property set of a crawled property. | |
VariantType | Gets the variant data type for a crawled property. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetMappedManagedProperties | Returns an enumerator that can iterate through a ManagedPropertyCollection object. | |
GetSamples | Returns an enumerator that supports iterating through a collection of crawled property samples. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | Returns a string that represents the CrawledProperty object. (Overrides Object.ToString().) | |
Update | Updates the Shared Services Provider's search schema with changes made to the crawled property. |
Top