Mapping members
Represents a crawled property mapping to a managed property in the SharePoint Server search metadata property schema.
The Mapping type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Mapping() | Creates a new empty instance of the Mapping class. | |
Mapping(Guid, String, Int32, Int32) | Obsolete. Initializes a new instance of the Mapping class based on the specified crawled property name, data type, property set, and managed property identifier (PID). |
Top
Properties
Name | Description | |
---|---|---|
CrawledPropertyName | Gets or sets the name of the crawled property for a property mapping. | |
CrawledPropertyVariantType | Obsolete. Gets or sets the variant data type of the crawled property for the property mapping. | |
CrawledPropset | Gets or sets the property set for the crawled property in the property mapping. | |
ManagedPid | Gets or sets the managed property identifier (PID) for the mapping. | |
MappingOrder | Gets or sets the mapping order of the mapping. | |
SchemaId | Gets or sets the internal schema id of the owner of this mapping. |
Top
Methods
Name | Description | |
---|---|---|
CompareTo | Compares this mapping object to another mapping object. | |
Equals(Object) | (Inherited from Object.) | |
Equals(Mapping) | Returns a Boolean value indicating whether two property mappings are equivalent. | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top