PathAccessControlExtensions.ToAccessControlListString Method

Definition

Converts the Access Control List to a String.

public static string ToAccessControlListString (System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.PathAccessControlItem> accessControlList);
static member ToAccessControlListString : System.Collections.Generic.IList<Azure.Storage.Files.DataLake.Models.PathAccessControlItem> -> string
Public Function ToAccessControlListString (accessControlList As IList(Of PathAccessControlItem)) As String

Parameters

accessControlList
IList<PathAccessControlItem>

The Access Control List to serialize

Returns

string.

Applies to