[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides the Windows access control list (ACL) for a directory. [Property] Path=Sets the directory 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 directory. ARG(DirectorySecurity)|20|(empty)|DirectorySecurity [Methods] doGetAccessControl=Gets a DirectorySecurity object that encapsulates the access control list entries for a specified directory. ARG(string path)|1|0 *doGetAccessControl2=Gets a DirectorySecurity object that encapsulates the specified type of access control list entries for a specified directory. ARG(string path, AccessControlSections includeSections)|1|0 *doSetAccessControl=Applies access control list entries described by a DirectorySecurity object to the specified directory. ARG(string path, DirectorySecurity directorySecurity)|1|0 onGetAccessControl=Occurs after invoke the method doGetAccessControl and returns the result. ARG(DirectorySecurity)|2|0 onError=If an error occurs, an error message appears ARG(string)|2|2 DirectorySecurity=Returns an object that encapsulates the access control rules for the file described by the path parameter. ARG(DirectorySecurity)|3|0 Path=Defines the directory 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 the access control to apply to the directory. ARG(DirectorySecurity)|4|0