CommonStructureService.GetNodeFromPath Method
Namespace: Microsoft.TeamFoundation.Integration.Server
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function GetNodeFromPath ( _
requestContext As TeamFoundationRequestContext, _
nodePath As String _
) As CommonStructureNodeInfo
public CommonStructureNodeInfo GetNodeFromPath(
TeamFoundationRequestContext requestContext,
string nodePath
)
public:
virtual CommonStructureNodeInfo^ GetNodeFromPath(
TeamFoundationRequestContext^ requestContext,
String^ nodePath
) sealed
abstract GetNodeFromPath :
requestContext:TeamFoundationRequestContext *
nodePath:string -> CommonStructureNodeInfo
override GetNodeFromPath :
requestContext:TeamFoundationRequestContext *
nodePath:string -> CommonStructureNodeInfo
public final 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
Returns CommonStructureNodeInfo.
Implements
ICommonStructureService.GetNodeFromPath(TeamFoundationRequestContext, String)
.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.