Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the path for this Term object in the default language of the TermStore object.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Function GetPath As String
'Usage
Dim instance As Term
Dim returnValue As String
returnValue = instance.GetPath()
public string GetPath()
Return Value
Type: System.String
The Term path
Remarks
The path is composed of the default Label objects of ancestor Terms, separated by ;.