Example #1
0
 /*********************** ACL API **********************/
 /// <summary>
 /// Creates a new instance of the AclEditor class for modifying access control data.
 /// Editor handles only one type of entries. Default EntryType is Normal.
 /// </summary>
 protected AclEditor CreateAclEditor(EntryType entryType = EntryType.Normal)
 {
     return(AclEditor.Create(this, entryType));
 }
Example #2
0
 /*********************** ACL API **********************/
 /// <summary>
 /// Creates a new instance of the AclEditor class for modifying access control data.
 /// </summary>
 protected AclEditor CreateAclEditor()
 {
     return(AclEditor.Create(this));
 }