2027 Method
Changes 0
M

UpdaterRegistry.RegisterUpdater

Name Return Type Description
O RegisterUpdater(IUpdater) None Registers an updater application-wide, which means the updater may get triggered in any open document.
O RegisterUpdater(IUpdater, Document) None Registers the updater for a specified document, which means the updater can only be triggered by changes made in that document.
O RegisterUpdater(IUpdater, Boolean) None Registers an updater application-wide, which means the updater may get triggered in any open document.
O RegisterUpdater(IUpdater, Document, Boolean) None Registers the updater for a specified document, which means the updater can only be triggered by changes made in that document.