TaxonomyNavigationContext.CatalogUrlSegments property

Returns additional URL segments that define the catalog key.

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

Syntax

'Declaration
Public ReadOnly Property CatalogUrlSegments As IList(Of String)
    Get
'Usage
Dim instance As TaxonomyNavigationContext
Dim value As IList(Of String)

value = instance.CatalogUrlSegments
public IList<string> CatalogUrlSegments { get; }

Property value

Type: System.Collections.Generic.IList<String>
Additional URL segments that define a catalog key if the FriendlyUrlTerm property is not null and the current page is a catalog URL; otherwise, a null reference (Nothing in Visual Basic).

See also

Reference

TaxonomyNavigationContext class

TaxonomyNavigationContext members

Microsoft.SharePoint.Publishing.Navigation namespace