Term.GetPath method (Int32)
Gets the path for the current Term in the specified lcid.
Namespace: Microsoft.SharePoint.Taxonomy
Assembly: Microsoft.SharePoint.Taxonomy (in Microsoft.SharePoint.Taxonomy.dll)
Syntax
'Declaration
Public Function GetPath ( _
lcid As Integer _
) As String
'Usage
Dim instance As Term
Dim lcid As Integer
Dim returnValue As String
returnValue = instance.GetPath(lcid)
public string GetPath(
int lcid
)
Parameters
lcid
Type: System.Int32The LCID for the default Label object
Return value
Type: System.String
The Term path.
Remarks
The path is composed of the default Label objects of ancestor Term objects, separated by: ;.
If the lcid is not a valid TermStore language, then the default language is used.