Language

IAclFileAttributeView.Acl Property

Definition

Gets or sets the access control list for the file.

public System.Collections.Generic.IList<Java.Nio.FileNio.Attributes.AclEntry>? Acl { [Android.Runtime.Register("getAcl", "()Ljava/util/List;", "GetGetAclHandler:Java.Nio.FileNio.Attributes.IAclFileAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)] get; [Android.Runtime.Register("setAcl", "(Ljava/util/List;)V", "GetSetAcl_Ljava_util_List_Handler:Java.Nio.FileNio.Attributes.IAclFileAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)] set; }
[<get: Android.Runtime.Register("getAcl", "()Ljava/util/List;", "GetGetAclHandler:Java.Nio.FileNio.Attributes.IAclFileAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
[<set: Android.Runtime.Register("setAcl", "(Ljava/util/List;)V", "GetSetAcl_Ljava_util_List_Handler:Java.Nio.FileNio.Attributes.IAclFileAttributeViewInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null", ApiSince=26)>]
member this.Acl : System.Collections.Generic.IList<Java.Nio.FileNio.Attributes.AclEntry> with get, set

Property Value

The ordered list of access control entries for the file.

Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to