UpdaterRegistryRegisterUpdater Method

Overload List
 NameDescription
Public methodStatic memberRegisterUpdater(IUpdater) Registers an updater application-wide, which means the updater may get triggered in any open document.
Public methodStatic memberRegisterUpdater(IUpdater, Document) Registers the updater for a specified document, which means the updater can only be triggered by changes made in that document.
Public methodStatic memberRegisterUpdater(IUpdater, Boolean) Registers an updater application-wide, which means the updater may get triggered in any open document.
Public methodStatic memberRegisterUpdater(IUpdater, Document, Boolean) Registers the updater for a specified document, which means the updater can only be triggered by changes made in that document.
Top
See Also