GitUtils.GetProjectInfo Method
Namespace: Microsoft.TeamFoundation.Git.Server
Assembly: Microsoft.TeamFoundation.Git.Server (in Microsoft.TeamFoundation.Git.Server.dll)
Syntax
'Declaration
Public Shared Function GetProjectInfo ( _
requestContext As TeamFoundationRequestContext, _
projFilter As String, _
throwOnProjectNotFound As Boolean _
) As CommonStructureProjectInfo
public static CommonStructureProjectInfo GetProjectInfo(
TeamFoundationRequestContext requestContext,
string projFilter,
bool throwOnProjectNotFound
)
public:
static CommonStructureProjectInfo^ GetProjectInfo(
TeamFoundationRequestContext^ requestContext,
String^ projFilter,
bool throwOnProjectNotFound
)
static member GetProjectInfo :
requestContext:TeamFoundationRequestContext *
projFilter:string *
throwOnProjectNotFound:bool -> CommonStructureProjectInfo
public static function GetProjectInfo(
requestContext : TeamFoundationRequestContext,
projFilter : String,
throwOnProjectNotFound : boolean
) : CommonStructureProjectInfo
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projFilter
Type: System.String
- throwOnProjectNotFound
Type: System.Boolean
Return Value
Type: Microsoft.TeamFoundation.Integration.Server.CommonStructureProjectInfo
.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.