Click or drag to resize
PrivilegeInfoFlags Enumeration
Defines options to control privilege interpretation.

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 PrivilegeInfoFlags
Members
  Member nameValueDescription
USE_OBJECT_ENCLOSURE1 Use the active enclosure of the specified object.
USE_ROOT_ENCLOSURE2 Use the Root as an enclosure.
USE_WA_ENCLOSURE4 Use the current WA as an enclosure.
USE_GIVEN_ENCLOSURE8 Use the specified enclosure.
USE_PRIVILEGE_NAME16 Use privilege name.
INCLUDE_DOCTYPE_PRIVILEGES32 Include document types privileges.
ENCLOSURE_IS_FSOBJECT64 Enclosure is FSObject.
CHECK_FOLDERTYPE_PRIVILEGES128 Use folder type privileges for the current FSObject.
Remarks
This enumeration overrides PRIVILEGE_EVAL_FLAGS defined in BlueCieloECM.AMEdm PIA.
See Also