AS400AuthorityOption Enumeration
In This Topic
Specifies the level of authority to associate with a file that is transferred to the host.
Members
Member | Description |
All | Allows other users to view the file in a list, and to read it, write to it, or delete it. |
None | Prevents other users from viewing the file in a list, writing to it, or deleting it. |
Read | Allows other users to view the file in a list and read it, but prevents them from writing to the file or deleting it. |
ReadWrite | Allows other users to see the file in a list, read it, and write to it, but not delete it. |
See Also