NavigationTermSetView.ServerRelativeSiteUrl property

Gets a server-relative URL for the Site object that uses the navigation term set.

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

Syntax

'Declaration
Public ReadOnly Property ServerRelativeSiteUrl As String
    Get
'Usage
Dim instance As NavigationTermSetView
Dim value As String

value = instance.ServerRelativeSiteUrl
public string ServerRelativeSiteUrl { get; }

Property value

Type: System.String
The server-relative URL for the Site object that uses the navigation term set.

Remarks

This property is taken from the ServerRelativeUrl property for the Site that uses the navigation term set. It is used when expanding tokens such as ~site, which is used with properties such as TargetUrl.

See also

Reference

NavigationTermSetView class

NavigationTermSetView members

Microsoft.SharePoint.Client.Publishing.Navigation namespace