Interface IAutoSaverUnsavedChangesModalViewModel
Interface to manage auto-saver backups.
Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface IAutoSaverUnsavedChangesModalViewModel
Properties
View SourceAvailableBackupDocuments
Gets the list of available backups.
Declaration
ObservableCollection<IBackupDocument> AvailableBackupDocuments { get; }
Property Value
Type | Description |
---|---|
ObservableCollection<IBackupDocument> |
HasAutoSaverTempFiles
Gets or sets a value indicating whether we should show the auto-saver unsaved changes modal.
Declaration
bool HasAutoSaverTempFiles { get; set; }
Property Value
Type | Description |
---|---|
bool |