This documentation is archived and is not being maintained.
SecurityNamespace::RemoveAccessControlLists Method (IEnumerable<String>, Boolean)
Visual Studio 2013
Removes the AccessControlList that is associated with the specified tokens.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
public: virtual bool RemoveAccessControlLists( IEnumerable<String^>^ tokens, bool recurse ) abstract
Parameters
- tokens
- Type: System.Collections.Generic::IEnumerable<String>
The tokens that are associated with the AccessControlLists to remove from this SecurityNamespace.
- recurse
- Type: System::Boolean
True to remove any AccessControlLists that are associated with the child objects of the specified tokens.
- 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: