Defines options to control privilege interpretation.
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 PrivilegeInfoFlags
Members
Member name | Value | Description | |
---|---|---|---|
USE_OBJECT_ENCLOSURE | 1 | Use the active enclosure of the specified object. | |
USE_ROOT_ENCLOSURE | 2 | Use the Root as an enclosure. | |
USE_WA_ENCLOSURE | 4 | Use the current WA as an enclosure. | |
USE_GIVEN_ENCLOSURE | 8 | Use the specified enclosure. | |
USE_PRIVILEGE_NAME | 16 | Use privilege name. | |
INCLUDE_DOCTYPE_PRIVILEGES | 32 | Include document types privileges. | |
ENCLOSURE_IS_FSOBJECT | 64 | Enclosure is FSObject. | |
CHECK_FOLDERTYPE_PRIVILEGES | 128 | Use folder type privileges for the current FSObject. |
Remarks
See Also