| FileGetAccessControl Method  | 
            Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified directory.
            
 
Namespace: CMS.AmazonStorageAssembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 11.0.0
Syntaxpublic override FileSecurity GetAccessControl(
	string path
)
Parameters
- path
 - Type: SystemString
Path to file. 
Return Value
Type: 
FileSecurity
See Also