CatalogShareSettings.TaxonomyFieldMap property

Gets or sets auto-generated, managed property names of the type TaxonomyField that categorize catalog items.

Namespace:  Microsoft.SharePoint.Publishing
Assembly:  Microsoft.SharePoint.Publishing (in Microsoft.SharePoint.Publishing.dll)

Syntax

'Declaration
Public Property TaxonomyFieldMap As List(Of CatalogTaxonomyFieldSettings)
    Get
    Set
'Usage
Dim instance As CatalogShareSettings
Dim value As List(Of CatalogTaxonomyFieldSettings)

value = instance.TaxonomyFieldMap

instance.TaxonomyFieldMap = value
public List<CatalogTaxonomyFieldSettings> TaxonomyFieldMap { get; set; }

Property value

Type: System.Collections.Generic.List<CatalogTaxonomyFieldSettings>
Auto-generated, managed property names of type TaxonomyField.

Remarks

If specified by the shared publishing catalog, use the appropriate category managed property name as input to AddCatalogConnection.

See also

Reference

CatalogShareSettings class

CatalogShareSettings members

Microsoft.SharePoint.Publishing namespace

CatalogTaxonomyFieldSettings