AclEntry.SerializeAcl(List<AclEntry>, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- removeAcl
- Boolean
True if is called while removing ACLs
Returns
List of Acl entries concatenated in a string format each entry is delimited by ','