RolePrivilegesFlags Enumeration |
Defines an option to control behavior of the SetUserRolePrivileges API.
Namespace:
BlueCieloECM.InnoCielo.Meridian.Server
Assembly:
BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.111.0)
Syntax [FlagsAttribute]
public enum RolePrivilegesFlags
<FlagsAttribute>
Public Enumeration RolePrivilegesFlags
Members
| Member name | Value | Description |
---|
| ROLE_PRIVILEGES_DELETE_ALL | 1 |
Delete all privileges on the specified role.
|
| ROLE_PRIVILEGES_IGNORE_ERROR_IFNOT_FOUND | 2 |
Ignore error and continue if a privilege object is not found.
|
Remarks
This enumeration overrides SET_ROLE_PRIVILEGES_FLAGS
defined in BlueCieloECM.AMEdm PIA.
See Also