2021 Method
Changes 0
M

UpdaterRegistry.UnregisterUpdater

Description:
Removes the updater associated with the input id from the UpdaterRegistry. Also removes all triggers associated with the Updater.
Remarks:
This methods works regardless of how the updater was registered. Whether the updater was registered application-wide or for a document (or a set of document), it will be removed from the registry and any connections with documents will also be lost.
Overloads (2):
UnregisterUpdater(UpdaterId)
public static void UnregisterUpdater(
	UpdaterId id
)