UpdaterRegistry.GetRegisteredUpdaterInfos Method

UpdaterRegistryGetRegisteredUpdaterInfos Method

Returns UpdaterInfos for all the application-wide updaters.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.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