Classification.GetNodeFromPath Method

Returns the node information for the input path Project information is included in the path.

The format of the path is \ProjectName\RootNodeName\NodeNameParent\NodeName.

Namespace:  Microsoft.TeamFoundation.Integration.Server
Assembly:  Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)

Syntax

'Declaration
<WebMethodAttribute> _
Public Function GetNodeFromPath ( _
    nodePath As String _
) As CommonStructureNodeInfo
[WebMethodAttribute]
public CommonStructureNodeInfo GetNodeFromPath(
    string nodePath
)
[WebMethodAttribute]
public:
CommonStructureNodeInfo^ GetNodeFromPath(
    String^ nodePath
)
[<WebMethodAttribute>]
member GetNodeFromPath : 
        nodePath:string -> CommonStructureNodeInfo
public function GetNodeFromPath(
    nodePath : String
) : CommonStructureNodeInfo

Parameters

Return Value

Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureNodeInfo

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Integration.Server Namespace