This documentation is archived and is not being maintained.
VersionControlServer::SetGlobalPermissions Method
Visual Studio 2013
Sets the permissions for items in the repository.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: array<PermissionChange^>^ SetGlobalPermissions( array<PermissionChange^>^ permissionChanges )
Parameters
- permissionChanges
- Type: array<Microsoft.TeamFoundation.VersionControl.Client::PermissionChange>
An array of PermissionChange objects to send to the server.
Return Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client::PermissionChange>An array of PermissionChange objects representing the successful changes returned from the server.
- 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.
Show: