Show / Hide Table of Contents

Interface IAutoSaver

Interface for classes that create the auto-save directory and publish an auto-save timer event.

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

Properties

View Source

AutoSavePath

Gets the file path to the location where auto-saved files are located.

Declaration
string AutoSavePath { get; }
Property Value
Type Description
string
View Source

BackupDocuments

Gets the documents to process.

Declaration
List<IBackupDocument> BackupDocuments { get; }
Property Value
Type Description
List<IBackupDocument>

Methods

View Source

InitializeAndStartAutoSaveTimer()

Starts the timer.

Declaration
void InitializeAndStartAutoSaveTimer()
  • View Source
In this article
Back to top Generated by DocFX