UpdaterRegistry.GetRegisteredUpdaterInfos(Document)
Method
Description:
Returns information about all updaters applicable to the given document.
Returns information about all updaters applicable to the given document.
Remarks:
The list of data includes information about all updaters explicitly registered for the document as well as information about all application-wide registered updaters (which are applicable to all documents).
The list of data includes information about all updaters explicitly registered for the document as well as information about all application-wide registered updaters (which are applicable to all documents).
Parameters
| Parameter | Type | Description |
|---|---|---|
| document | Document | The document to which sought updaters are applicable to. |
Return Value
| Type | Description |
|---|---|
| IList | List of UpdaterInfo structures |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |