Show / Hide Table of Contents

Interface IAutoSaverUnsavedChangesModalViewModel

Interface to manage auto-saver backups.

Namespace: Phoenix.Aruba
Assembly: Phoenix.Plugin.Aruba.dll
Syntax
public interface IAutoSaverUnsavedChangesModalViewModel

Properties

View Source

AvailableBackupDocuments

Gets the list of available backups.

Declaration
ObservableCollection<IBackupDocument> AvailableBackupDocuments { get; }
Property Value
Type Description
ObservableCollection<IBackupDocument>
View Source

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
  • View Source
In this article
Back to top Generated by DocFX