CatalogShareSettings.FurlFields property

Gets or sets auto-generated, managed property names of the type SPField that can uniquely identify an item in the catalog.

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

Syntax

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

value = instance.FurlFields

instance.FurlFields = value
public List<string> FurlFields { get; set; }

Property value

Type: System.Collections.Generic.List<String>
Auto-generated, managed property names of the type SPField.

Remarks

If specified by the shared publishing catalog, use the FurlFields property as input to AddCatalogConnection.

For example:
ListItemId, ProductCatalogItemNumberOWSTEXT

See also

Reference

CatalogShareSettings class

CatalogShareSettings members

Microsoft.SharePoint.Publishing namespace