Term.GetPath method
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 ;.