This documentation is archived and is not being maintained.

PermissionChange Constructor

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.

Show: