Share via


AclEntry.SerializeAcl(List<AclEntry>, Boolean) Method

Definition

Serializes the ACL entries from a list of ACL entries to a string format

public static string SerializeAcl (System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> aclList, bool removeAcl);
static member SerializeAcl : System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> * bool -> string
Public Shared Function SerializeAcl (aclList As List(Of AclEntry), removeAcl As Boolean) As String

Parameters

aclList
List<AclEntry>

List of ACL entries

removeAcl
Boolean

True if is called while removing ACLs

Returns

List of Acl entries concatenated in a string format each entry is delimited by ','

Applies to