Interface IAclFileAttributeView
.NET interface skeleton to be manually developed following https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/AclFileAttributeView.html
public interface IAclFileAttributeView : IFileOwnerAttributeView, IFileAttributeView, IAttributeView
- Inherited Members
Properties
Acl
https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/AclFileAttributeView.html#getAcl-- https://docs.oracle.com/javase/8/docs/api/java/nio/file/attribute/AclFileAttributeView.html#setAcl-java.util.List-
List<AclEntry> Acl { get; set; }
Property Value
Methods
Name()
String Name()