This documentation is archived and is not being maintained.

WorkspacePermissionProfile Constructor

Creates a new workspace permission profile that has the specified array of access control entries.

Namespace:  Microsoft.TeamFoundation.VersionControl.Client
Assembly:  Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)

public:
WorkspacePermissionProfile(
	String^ profileName, 
	array<AccessControlEntry^>^ accessControlEntries
)

Parameters

profileName
Type: System::String

The profile name.

accessControlEntries
Type: array<Microsoft.TeamFoundation.Framework.Client::AccessControlEntry>

Array of access control entries that represents the permissions for the workspace.

Show: