| ExtenderOptionFlags Enumeration | 
            Defines options to control the extender object's behavior.
            
 
Namespace: BlueCieloECM.InnoCielo.Meridian.ClientAssembly: BlueCieloECM.InnoCielo.Meridian (in BlueCieloECM.InnoCielo.Meridian.dll) Version: 4.0.0.0 (4.0.19.0)
Syntax[FlagsAttribute]
public enum ExtenderOptionFlags
<FlagsAttribute>
Public Enumeration ExtenderOptionFlags
[FlagsAttribute]
public enum class ExtenderOptionFlags
[<FlagsAttribute>]
type 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
            This enumeration overrides AMEXTENDER_OPTIONS
            defined in BlueCieloECM.AMEdmUI PIA.
            
See Also