UpdaterRegistry.AddTrigger
| Name | Return Type | Description |
|---|---|---|
| AddTrigger(UpdaterId, ElementFilter, ChangeType) | None | Adds trigger with the specified element filter and ChangeType for all documents associated with this Updater |
| AddTrigger(UpdaterId, Document, ElementFilter, ChangeType) | None | Adds trigger with the specified element filter and ChangeType for the specified document |
| AddTrigger(UpdaterId, Document, ICollection<ElementId>, ChangeType) | None | Adds a trigger to an updater with specified set of elements and ChangeType |