NavigationTermSetItem.CatalogTargetUrlForChildTerms property

Gets the default value of the CatalogTargetUrl property for child NavigationTerm objects.

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

Syntax

'Declaration
Public ReadOnly Property CatalogTargetUrlForChildTerms As CustomizableString
    Get
'Usage
Dim instance As NavigationTermSetItem
Dim value As CustomizableString

value = instance.CatalogTargetUrlForChildTerms
public CustomizableString CatalogTargetUrlForChildTerms { get; }

Property value

Type: Microsoft.SharePoint.Client.Publishing.CustomizableString
The default value of the CatalogTargetUrl property.

Remarks

This property is a CustomizableString object. The default value is inherited from the CatalogTargetUrlForChildTerms.Value property of the parent NavigationTerm object, or the NavigationTermSet if there is no parent term. For the NavigationTermSet object, the default value is an empty string.

The property does not affect the catalog target URL for the current object. If not customized, the default is inherited from a parent node instead.

The CatalogTargetUrl property is only meaningful when the LinkType property is FriendlyUrl.

See also

Reference

NavigationTermSetItem class

NavigationTermSetItem members

Microsoft.SharePoint.Client.Publishing.Navigation namespace