UpdaterInfo
Description:
Information of an updater, such as: Name, AdditionalInformation, name of the application that owns the updater, etc.
Information of an updater, such as: Name, AdditionalInformation, name of the application that owns the updater, etc.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.UpdaterInfo
System.Object
Autodesk.Revit.DB.UpdaterInfo
public class UpdaterInfo : IDisposable
| Name | Return Type | Description |
|---|---|---|
| Dispose() | None | Releases all resources used by the |
| Name | Return Type | Description |
|---|---|---|
| AdditionalInformation | string | Additional information about the updater. |
| ApplicationName | string | Name of the application that owns the updater. |
| IsOptional | bool | Whether the updater is optional or not. |
| IsValidObject | bool | Specifies whether the .NET object represents a valid Revit entity. |
| UpdaterName | string | Name of the updater. |