Classification.GetNodeFromPath Method

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

Syntax

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

Parameters

Return Value

Type: Microsoft.TeamFoundation.Server.NodeInfo

.NET Framework Security

See Also

Reference

Classification Class

Microsoft.TeamFoundation.Server Namespace