This documentation is archived and is not being maintained.
PermissionChange Constructor
Visual Studio 2013
Initializes a new PermissionChange instance.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
public: PermissionChange( String^ item, String^ identity, array<String^>^ allows, array<String^>^ denies, array<String^>^ removes )
Parameters
- item
- Type: System::String
The item for which to change permissions.
- identity
- Type: System::String
The identity for which permissions will be changed.
- allows
- Type: array<System::String>
List of permissions to allow.
- denies
- Type: array<System::String>
List of permissions to deny.
- removes
- Type: array<System::String>
List of permissions to remove.
- 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: