The SolutionHistory page records key editing events on the solution, specifically Build Commands, Publish, Import Wizard Operations, and PlugIn operations. It allow users to review and open previous builds (if a Backup was enabled) and managed the updated of Plugins added to the solution.
On this page:
Open Selected Build: If the selected Line is a Build with a Backup available, it opens the solution as it was on that build.
Update Selected Plugin: If a plugin is selected and it has a newer version, the contents is updated to the newer plugin version.
Check out Working with DataGrid for general information about interaction with DataGrid.
Property | Description |
---|---|
ID | Identifies each event or entry uniquely in the solution's history. |
VersionID | Specifies the version of the solution associated with the event. |
EventSource | Indicates what triggered the event, like a user action or system process. |
SourceName | Names the source (module or component) responsible for the event. |
SourceSettings | Describes the source's configuration settings or parameters at the event time. |
PluginVersion | Shows the version of the plugin involved in the event. |
VersionString | Represents the version details, including build number or revision, as a string. |
ReadOnly | Flags the item as read-only, preventing modifications. |
HasUpdate | Signals if an update is available for the item. |
Locked | Locks the item for editing or use, due to security or workflow reasons. |
Preview | Provides a summary or preview of the event or changes. |
TargetModel | Identifies the specific model or part of the solution affected by the event. |
ProductVersion | Records the product or solution's overall version at the event time. |
Build | Details the build process associated with the event. |
BuildErrors | Lists any errors encountered during the event's build process. |
UserID | Identifies the user who initiated or is associated with the event. |
Username | Records the username of the individual associated with the event. |
HasBackup | Indicates the existence of a backup for this specific event or solution state. |
DateModified | Records the date and time of the event's last modification. |
DateCreated | Records the date and time of the event's creation. |
In this section: