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

Return Value

Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureNodeInfo

.NET Framework Security

See Also

Reference

ICommonStructureService Interface

Microsoft.TeamFoundation.Integration.Server Namespace