UpdaterRegistry.GetRegisteredUpdaterInfos Method

UpdaterRegistryGetRegisteredUpdaterInfos Method

Returns UpdaterInfos for all the application-wide updaters.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public static IList<UpdaterInfo> GetRegisteredUpdaterInfos()
Public Shared Function GetRegisteredUpdaterInfos As IList(Of UpdaterInfo)
public:
static IList<UpdaterInfo^>^ GetRegisteredUpdaterInfos()
static member GetRegisteredUpdaterInfos : unit -> IList<UpdaterInfo> 

Return Value

IListUpdaterInfo
List of UpdaterInfo structures
See Also