| ZipDirectoryGetAccessControl Method | 
            Gets a DirectorySecurity  object that encapsulates the access control list (ACL) entries for a specified directory.
            
 
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic override DirectorySecurity GetAccessControl(
	string path
)
Parameters
- path
- Type: SystemString
 Path to directory
Return Value
Type: 
DirectorySecurity See Also
See Also