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 SourceAutoSavePath
Gets the file path to the location where auto-saved files are located.
Declaration
string AutoSavePath { get; }
Property Value
Type | Description |
---|---|
string |
BackupDocuments
Gets the documents to process.
Declaration
List<IBackupDocument> BackupDocuments { get; }
Property Value
Type | Description |
---|---|
List<IBackupDocument> |
Methods
View SourceInitializeAndStartAutoSaveTimer()
Starts the timer.
Declaration
void InitializeAndStartAutoSaveTimer()