BackupFileStreamGetAccessControl Method |
Gets a
FileSecurity object that encapsulates the access control list (ACL) entries for the file described by the
current
BackupFileStream object.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public FileSecurity GetAccessControl()
Public Function GetAccessControl As FileSecurity
public:
FileSecurity^ GetAccessControl()
member GetAccessControl : unit -> FileSecurity
Return Value
Type:
FileSecurity
A
FileSecurity object that encapsulates the access control list (ACL) entries for the file described by the current
BackupFileStream object.
Exceptions Exception | Condition |
---|
IOException | Thrown when an IO failure occurred. |
See Also