NavigationTermSetItem.TargetUrlForChildTerms property

Gets a string that specifies the default value of the target URL 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 TargetUrlForChildTerms As CustomizableString
    Get
'Usage
Dim instance As NavigationTermSetItem
Dim value As CustomizableString

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

Property value

Type: Microsoft.SharePoint.Client.Publishing.CustomizableString
A string that specifies the default value of the target URL for child nodes.

Remarks

The TargetUrlForChildTerms property does not affect the current node.

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

See also

Reference

NavigationTermSetItem class

NavigationTermSetItem members

Microsoft.SharePoint.Client.Publishing.Navigation namespace