UpdaterRegistryGetRegisteredUpdaterInfos(Document) Method |
Returns information about all updaters applicable to the given document.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic static IList<UpdaterInfo> GetRegisteredUpdaterInfos(
Document document
)
Public Shared Function GetRegisteredUpdaterInfos (
document As Document
) As IList(Of UpdaterInfo)
public:
static IList<UpdaterInfo^>^ GetRegisteredUpdaterInfos(
Document^ document
)
static member GetRegisteredUpdaterInfos :
document : Document -> IList<UpdaterInfo>
Parameters
- document Document
-
The document to which sought updaters are applicable to.
Return Value
IListUpdaterInfo
List of UpdaterInfo structures
Exceptions
Remarks
The list of data includes information about all updaters explicitly registered
for the document as well as information about all application-wide registered
updaters (which are applicable to all documents).
See Also