Click or drag to resize

IApplicationArchiveReload Method

Reload archive, default asynchronous. Observe that this requires the application to idle and will therefore only work from an external process or upon return from an internal script event!Use false to force a complete load before returning.

Namespace:  SuperOffice.COM.Application
Assembly:  SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntax
void Reload(
	bool i_ASynchronous = true
)

Parameters

i_ASynchronous (Optional)
Type: SystemBoolean
See Also