Defines an option to control behavior of the SetUserRolePrivileges API.
Namespace: BlueCieloECM.InnoCielo.Meridian.ServerAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
[FlagsAttribute] public enum 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
See Also