TaxonomyNavigationContext.HasCatalogUrl property

Gets a value that indicates whether the context NavigationTerm object has a catalog friendly URL.

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

Syntax

'Declaration
Public ReadOnly Property HasCatalogUrl As Boolean
    Get
'Usage
Dim instance As TaxonomyNavigationContext
Dim value As Boolean

value = instance.HasCatalogUrl
public bool HasCatalogUrl { get; }

Property value

Type: System.Boolean
true if the FriendlyUrlTerm property exists and is not null, and the CatalogUrlSegments property contains one or more items (i.e., the URL is a catalog-friendly URL); otherwise, false

See also

Reference

TaxonomyNavigationContext class

TaxonomyNavigationContext members

Microsoft.SharePoint.Publishing.Navigation namespace