Click or drag to resize
FileGetAccessControl Method
Gets a FileSecurity object that encapsulates the access control list (ACL) entries for a specified directory.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static FileSecurity GetAccessControl(
	string path
)

Parameters

path
Type: SystemString
Path to file

Return Value

Type: FileSecurity
See Also