ICommonStructureService.GetNodeFromPath Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Function GetNodeFromPath ( _
requestContext As TeamFoundationRequestContext, _
nodePath As String _
) As CommonStructureNodeInfo
CommonStructureNodeInfo GetNodeFromPath(
TeamFoundationRequestContext requestContext,
string nodePath
)
CommonStructureNodeInfo^ GetNodeFromPath(
TeamFoundationRequestContext^ requestContext,
String^ nodePath
)
abstract GetNodeFromPath :
requestContext:TeamFoundationRequestContext *
nodePath:string -> CommonStructureNodeInfo
function GetNodeFromPath(
requestContext : TeamFoundationRequestContext,
nodePath : String
) : CommonStructureNodeInfo
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- 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.