This documentation is archived and is not being maintained.

AccessControlList Constructor (String, Boolean, IEnumerable<AccessControlEntry>)

Builds an instance of an AccessControlList

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

public:
AccessControlList(
	String^ token, 
	bool inherit, 
	IEnumerable<AccessControlEntry^>^ accessControlEntries
)

Parameters

token
Type: System::String

The token that this AccessControlList is for.

inherit
Type: System::Boolean

True if this AccessControlList should inherit permissions from its parents.

accessControlEntries
Type: System.Collections.Generic::IEnumerable<AccessControlEntry>

The list of AccessControlEntries that apply to this AccessControlList.

Show: