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 ;.

See Also

Reference

Term Class

Term Members

GetPath Overload

Microsoft.SharePoint.Taxonomy Namespace