Modulus Financial Engineering
RMD Server™
PermissionType
Specifies the permission type of a user account.
enum PermissionType{
ptRead
ptReadWrite
ptAdmin
ptSuperAdmin
}PermissionType; |
Elements
- ptRead
- Read Only
- ptReadWrite
- Read and Write access.
- ptAdmin
- Read and Write access plus authority to create, edit, truncate, and delete
tables.
- ptSuperAdmin
- Same as ptAdmin plus authority to create, edit, and delete user accounts and
symbol groups.
See Also
Administration, Connection
Object