DirectoryGiveAccess Method |
Name | Description | |
---|---|---|
GiveAccess(DirectoryAccessRights, Byte, String, DirectorySecurity, Boolean) |
Gives the supplied data access rights to the account with the supplied security
identifier on the target directory. Applies inherited permissions to folders and
files beneath the target directory.
| |
GiveAccess(DirectoryAccessRights, DirectoryEntry, String, DirectorySecurity, Boolean) |
Gives the supplied data access rights to the entry supplied on the target directory.
Applies inherited permissions to folders and files beneath the target directory.
| |
GiveAccess(Byte, String, DirectorySecurity, FileSystemRights, Boolean, Boolean, Boolean) |
Gives access to the account with the supplied security identifier on the target directory.
| |
GiveAccess(DirectoryEntry, String, DirectorySecurity, FileSystemRights, Boolean, Boolean, Boolean) |
Gives access to the entry supplied on the target directory.
| |
GiveAccess(DirectoryAccessRights, Byte, String, DirectorySecurity, Boolean, Boolean, Boolean) |
Gives the supplied data access rights to the account with the supplied security identifier on the target directory.
| |
GiveAccess(DirectoryAccessRights, DirectoryEntry, String, DirectorySecurity, Boolean, Boolean, Boolean) |
Gives the supplied data access rights to the entry supplied on the target directory.
|