IApplicationActivateLiveUpdates Method |
Activate/Deactivate Live-update handlers
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
Syntaxvoid ActivateLiveUpdates(
bool i_Activate = true
)
Sub ActivateLiveUpdates (
Optional i_Activate As Boolean = true
)
Dim instance As IApplication
Dim i_Activate As Boolean
instance.ActivateLiveUpdates(i_Activate)
void ActivateLiveUpdates(
[InAttribute] bool i_Activate = true
)
Parameters
- i_Activate (Optional)
- Type: SystemBoolean
See Also