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
- nodePath
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureNodeInfo
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.