TeamFoundationIdentityService.CreateApplicationGroup Method (TeamFoundationRequestContext, String, String, String, Boolean, Boolean)
Namespace: Microsoft.TeamFoundation.Server.Core
Assembly: Microsoft.TeamFoundation.Server.Core (in Microsoft.TeamFoundation.Server.Core.dll)
Syntax
'Declaration
Public Function CreateApplicationGroup ( _
requestContext As TeamFoundationRequestContext, _
projectUri As String, _
groupName As String, _
groupDescription As String, _
scopeLocal As Boolean, _
hasRestrictedVisibility As Boolean _
) As TeamFoundationIdentity
public TeamFoundationIdentity CreateApplicationGroup(
TeamFoundationRequestContext requestContext,
string projectUri,
string groupName,
string groupDescription,
bool scopeLocal,
bool hasRestrictedVisibility
)
public:
virtual TeamFoundationIdentity^ CreateApplicationGroup(
TeamFoundationRequestContext^ requestContext,
String^ projectUri,
String^ groupName,
String^ groupDescription,
bool scopeLocal,
bool hasRestrictedVisibility
) sealed
abstract CreateApplicationGroup :
requestContext:TeamFoundationRequestContext *
projectUri:string *
groupName:string *
groupDescription:string *
scopeLocal:bool *
hasRestrictedVisibility:bool -> TeamFoundationIdentity
override CreateApplicationGroup :
requestContext:TeamFoundationRequestContext *
projectUri:string *
groupName:string *
groupDescription:string *
scopeLocal:bool *
hasRestrictedVisibility:bool -> TeamFoundationIdentity
public final function CreateApplicationGroup(
requestContext : TeamFoundationRequestContext,
projectUri : String,
groupName : String,
groupDescription : String,
scopeLocal : boolean,
hasRestrictedVisibility : boolean
) : TeamFoundationIdentity
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- projectUri
Type: System.String
- groupName
Type: System.String
- groupDescription
Type: System.String
- scopeLocal
Type: System.Boolean
- hasRestrictedVisibility
Type: System.Boolean
Return Value
Type: Microsoft.TeamFoundation.Server.Core.TeamFoundationIdentity
Implements
.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.
See Also
Reference
TeamFoundationIdentityService Class