Category.SetPropsetMappings Method
Sets a collection of property set mappings for the category.
Namespace: Microsoft.SharePoint.Search.Extended.Administration.Schema
Assembly: Microsoft.SharePoint.Search.Extended.Administration (in Microsoft.SharePoint.Search.Extended.Administration.dll)
Syntax
'Declaration
Sub SetPropsetMappings ( _
propsetMappingCollection As PropsetMappingCollection _
)
'Usage
Dim instance As Category
Dim propsetMappingCollection As PropsetMappingCollection
instance.SetPropsetMappings(propsetMappingCollection)
void SetPropsetMappings(
PropsetMappingCollection propsetMappingCollection
)
Parameters
propsetMappingCollection
Type: Microsoft.SharePoint.Search.Extended.Administration.Schema.PropsetMappingCollectionA property set mapping collection that specifies the property sets that map to the category.
See Also
Reference
Microsoft.SharePoint.Search.Extended.Administration.Schema Namespace