Defines options to control the extender object's behavior.
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 1.4.0.0 (1.4.53.0)
Syntax
[FlagsAttribute] public enum ExtenderOptionFlags
Members
Member name | Value | Description | |
---|---|---|---|
AMEXTOP_NOCACHESYNC | 1 | Do not sync(unlock) local cache. | |
AMEXTOP_NOTITLEBLOCK | 2 | Do not update titleblocks. | |
AMEXTOP_PCX_NEWMASTERDOC | 4 | New Master Document. | |
AMEXTOP_CWFX_IGNORE_SECURITY | 8 | Ignore security. | |
AMEXTOP_NOEVENTS | 16 | Do not fire events. |
Remarks
See Also