ShortcutFileInfoGetAccessControl(AccessControlSections) Method
Gets a
FileSecurity object that encapsulates the specified type of access control list (ACL) entries
for the file described by the current
ShortcutFileInfo object.
Namespace: DevCase.Core.IO.FileSystemAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public FileSecurity GetAccessControl(
AccessControlSections includeSections
)
Public Function GetAccessControl (
includeSections As AccessControlSections
) As FileSecurity
Dim instance As ShortcutFileInfo
Dim includeSections As AccessControlSections
Dim returnValue As FileSecurity
returnValue = instance.GetAccessControl(includeSections)
public:
FileSecurity^ GetAccessControl(
AccessControlSections includeSections
)
member GetAccessControl :
includeSections : AccessControlSections -> FileSecurity
No code example is currently available or this language may not be supported.
- includeSections AccessControlSections
-
One of the AccessControlSections values that specifies which group of access control entries to retrieve.
FileSecurity
A
FileSecurity object that encapsulates the access control rules for the current shortcut file.