[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides methods for access control list (ACL) for a specified file. [Property] Path=Sets the file path to operate. ARG(string)|2| Sections=Specifies the type of access control list (ACL) information to receive. ARG(AccessControlSections)|20|(empty)|AccessControlSections Security=Sets the access control to apply to the file. ARG(FileSecurity)|20|(empty)|FileSecurity [Methods] doGetAccessControl=Gets a FileSecurity object that encapsulates the access control list entries for a specified file. ARG(string path)|1|0 *doGetAccessControl2=Gets a FileSecurity object that encapsulates the specified type of access control list entries for a particular file. ARG(string path, AccessControlSections sections)|1|0 *doSetAccessControl=Applies access control list entries described by a FileSecurity object to the specified file. ARG(string path, FileSecurity security)|1|0 onGetAccessControl=Occurs after invoke the method doGetAccessControl and returns the result. ARG(FileSecurity)|2|0 onError=If an error occurs, an error message appears. ARG(string)|2|2 FileSecurity=Returns a FileSecurity object that encapsulates the specified type of access control list (ACL) entries for a particular file. ARG(FileSecurity)|3|0 Path=Defines the file path to operate. ARG(string)|4|2 *Sections=Defines one of the AccessControlSections values that specifies the type of access control list (ACL) information to receive. ARG(AccessControlSections)|4|0 *Security=Defines object that describes an ACL entry to apply to the file described by the path parameter. ARG(FileSecurity)|4|0