<Code Lib>
2027 Method
Changes 0
M

UpdaterRegistry.GetRegisteredUpdaterInfos(Document)

Description:
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).
Overloads (2):
GetRegisteredUpdaterInfos(Document)

public static IList<UpdaterInfo> GetRegisteredUpdaterInfos(
	Document document
)

  • document
    The document to which sought updaters are applicable to.
Return Value IList<UpdaterInfo> List of UpdaterInfo structures

Loading…