<Code Lib>
2027 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
)

  • id
    Id of the updater being tested.
  • document
    Document in which this updater is tested whether it's registered or not.
Return Value Boolean Returns True if the updater is registered in the given document.

Loading…