UpdaterRegistry.RegisterUpdater
Overloads (4):
| Name | Return Type | Description |
|---|---|---|
| RegisterUpdater(IUpdater) | None | Registers an updater application-wide, which means the updater may get triggered in any open document. |
| 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. |
| RegisterUpdater(IUpdater, Boolean) | None | Registers an updater application-wide, which means the updater may get triggered in any open document. |
| 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. |