This documentation is archived and is not being maintained.
VersionControlServer.SetPermissions 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)
Parameters
- securityChanges
- Type: Microsoft.TeamFoundation.VersionControl.Client.SecurityChange[]
An array of SecurityChange objects to send to the server.
Return Value
Type: Microsoft.TeamFoundation.VersionControl.Client.SecurityChange[]An array of SecurityChange representing the successful changes to 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: