Share

ChangeProcessor.SuppressChangeNotifications Method

Parent Object: ChangeProcessor

Description

Method that sets whether the changes notifications within this change processor should be suppressed or not.

Syntax

ChangeProcessor.SuppressChangeNotifications( SuppressedEvents() As String, Suppressed As Boolean )

Parameters

Name Type Description
SuppressedEvents String Input String array that specifies the event names to determine which events should be suppressed.

Valid events can be suppressed are: ApplicationEvents.OnDocumentChange.
Suppressed Boolean Input Boolean value that specifies whether the events should be suppressed.

Version

Introduced in version 2025

Was this information helpful?