Share via


AclEntry.ParseAclEntriesString(String) Method

Definition

Parses each acl entry string and then returns the list of all acl entries

public static System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry> ParseAclEntriesString(string aclEntries);
static member ParseAclEntriesString : string -> System.Collections.Generic.List<Microsoft.Azure.DataLake.Store.Acl.AclEntry>
Public Shared Function ParseAclEntriesString (aclEntries As String) As List(Of AclEntry)

Parameters

aclEntries
String

String containing the acl entries each entry is delimited by ','

Returns

List of acl entries

Applies to