UpdaterRegistryDisableUpdater Method

Disables the updater.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static void DisableUpdater(
	UpdaterId id
)

Parameters

id  UpdaterId
The updater id.
Exceptions
ExceptionCondition
ArgumentException Updater with this Id is not currently registered in Revit.
ArgumentNullException A non-optional argument was null
See Also