AclEntry.Flags Method

Definition

Returns a copy of the flags component.

[Android.Runtime.Register("flags", "()Ljava/util/Set;", "", ApiSince=26)]
public System.Collections.Generic.ICollection<Java.Nio.FileNio.Attributes.AclEntryFlag>? Flags ();
[<Android.Runtime.Register("flags", "()Ljava/util/Set;", "", ApiSince=26)>]
member this.Flags : unit -> System.Collections.Generic.ICollection<Java.Nio.FileNio.Attributes.AclEntryFlag>

Returns

the flags component

Attributes

Remarks

Returns a copy of the flags component.

The returned set is a modifiable copy of the flags.

Java documentation for java.nio.file.attribute.AclEntry.flags().

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