Click or drag to resize
Galactic API

DirectoryGiveAccess Method

Overload List
  NameDescription
Public methodStatic memberGiveAccess(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.
Public methodStatic memberGiveAccess(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.
Public methodStatic memberGiveAccess(Byte, String, DirectorySecurity, FileSystemRights, Boolean, Boolean, Boolean)
Gives access to the account with the supplied security identifier on the target directory.
Public methodStatic memberGiveAccess(DirectoryEntry, String, DirectorySecurity, FileSystemRights, Boolean, Boolean, Boolean)
Gives access to the entry supplied on the target directory.
Public methodStatic memberGiveAccess(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.
Public methodStatic memberGiveAccess(DirectoryAccessRights, DirectoryEntry, String, DirectorySecurity, Boolean, Boolean, Boolean)
Gives the supplied data access rights to the entry supplied on the target directory.
Top
See Also