<Code Lib>
2024 Method
Changes 0
M

UpdaterRegistry.IsUpdaterRegistered(UpdaterId, Document)

Description:
Checks whether updater with the given id is registered in a document.
Overloads (2):
IsUpdaterRegistered(UpdaterId,Document)

public static bool IsUpdaterRegistered(
	UpdaterId id,
	Document document
)

Return Value bool Returns True if the updater is registered in the given document.

Loading…