ICommonStructureService.GetNodeFromPath Method
Namespace: Microsoft.TeamFoundation.Server
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetNodeFromPath ( _
nodePath As String _
) As NodeInfo
NodeInfo GetNodeFromPath(
string nodePath
)
NodeInfo^ GetNodeFromPath(
String^ nodePath
)
abstract GetNodeFromPath :
nodePath:string -> NodeInfo
function GetNodeFromPath(
nodePath : String
) : NodeInfo
Parameters
- nodePath
Type: System.String
Return Value
Type: Microsoft.TeamFoundation.Server.NodeInfo
Returns NodeInfo.
.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.