| 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.111.0)
 Syntax
Syntax[FlagsAttribute]
public enum PrivilegeInfoFlags
<FlagsAttribute>
Public Enumeration PrivilegeInfoFlags
 Members
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
Remarks
            This enumeration overrides PRIVILEGE_EVAL_FLAGS defined in BlueCieloECM.AMEdm PIA.
            
 See Also
See Also