Click or drag to resize
FileGetAccessControl Method

Note: This API is now obsolete.

Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified directory.

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("The method is returning Windows-specific functionality and will be removed in the next version. Implement a custom method to retrieve file permissions on your selected platform.")]
public override FileSecurity GetAccessControl(
	string path
)

Parameters

path
Type: SystemString
Path to file.

Return Value

Type: FileSecurity
See Also