UpdaterRegistry.RemoveDocumentTriggers
Method
Description:
Removes all triggers associated with specified document and Updater Does not unregister updater.
Removes all triggers associated with specified document and Updater Does not unregister updater.
Parameters
| Parameter | Type | Description |
|---|---|---|
| id | UpdaterId | Id of specified updater |
| document | Document | Document for which to remove triggers |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |
| InvalidOperationException | The updater's owner's AddIn does not match the currently active AddIn. -or- RemoveDocumentTriggers called while executing an updater. |