Click or drag to resize
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.19.0)
Syntax
[FlagsAttribute]
public enum RolePrivilegesFlags
Members
  Member nameValueDescription
ROLE_PRIVILEGES_DELETE_ALL1 Delete all privileges on the specified role.
ROLE_PRIVILEGES_IGNORE_ERROR_IFNOT_FOUND2 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