This documentation is archived and is not being maintained.

SecurityNamespace::RemoveAccessControlLists Method (String, Boolean)

Removes the AccessControlList that is associated with the specified token.

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

public:
virtual bool RemoveAccessControlLists(
	String^ token, 
	bool recurse
) abstract

Parameters

token
Type: System::String

The token that is associated with the AccessControlList to remove from this SecurityNamespace.

recurse
Type: System::Boolean

True to remove any AccessControlLists that are associated with the child objects of the specified token.

Return Value

Type: System::Boolean
True if something was removed; otherwise, false.

Show: