Share via


MockAdlsClient.RemoveAllAcls(String, CancellationToken) Method

Definition

Removes all Acl Entries for a file or directory from the internal AclStatus maintained in memory.

public override void RemoveAllAcls (string path, System.Threading.CancellationToken cancelToken = default);
override this.RemoveAllAcls : string * System.Threading.CancellationToken -> unit
Public Overrides Sub RemoveAllAcls (path As String, Optional cancelToken As CancellationToken = Nothing)

Parameters

path
String

Path of the file or directory

cancelToken
CancellationToken

CancellationToken to cancel the request

Applies to