API Reference
Class
FileAclDescriptor
File or directory ACL descriptor with entries.
Inheritance
- AclDescriptorBase
- FileAclDescriptor
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Method AclQueryFile.Get
- Method FileAclBuilder.Build
Accepted by parameters
- Method AclFormatter.ToLines
- Method AclWriterFile.Set
Constructors
public FileAclDescriptor() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public List<FileAclEntry> Dacl { get; set; } #Discretionary access control entries.
Inherited Properties
public String OwnerName { get; set; } #Inherited from AclDescriptorBase
public String GroupName { get; set; } #Inherited from AclDescriptorBase