Click or drag to resize
ExtenderOptionFlags Enumeration
Defines options to control the extender object's behavior.

Namespace: BlueCieloECM.InnoCielo.Meridian.Client
Assembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax
[FlagsAttribute]
public enum ExtenderOptionFlags
Members
  Member nameValueDescription
AMEXTOP_NOCACHESYNC1 Do not sync(unlock) local cache.
AMEXTOP_NOTITLEBLOCK2 Do not update titleblocks.
AMEXTOP_PCX_NEWMASTERDOC4 New Master Document.
AMEXTOP_CWFX_IGNORE_SECURITY8 Ignore security.
AMEXTOP_NOEVENTS16 Do not fire events.
Remarks
This enumeration overrides AMEXTENDER_OPTIONS defined in BlueCieloECM.AMEdmUI PIA.
See Also