RVTDocs.com

UpdaterRegistry.IsUpdaterRegistered(UpdaterId)

Method
Description:
Checks whether updater with the given id is registered
Syntax
public static bool IsUpdaterRegistered(
	UpdaterId id
)
Parameters
Parameter Type Description
id UpdaterId Id of the updater being tested.
Return Value
Type Description
Boolean Returns true if the updater is registered.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null