Table of Contents

Class PpkOnDriveDevCodeArgs

Namespace
SunamoDevCode
Assembly
SunamoDevCode.dll

Arguments for configuring PpkOnDrive collection persistence behavior.

public class PpkOnDriveDevCodeArgs
Inheritance
PpkOnDriveDevCodeArgs
Inherited Members
Extension Methods

Properties

File

Gets or sets the file path for the collection data file.

public string File { get; set; }

Property Value

string

Load

Originally was false but think that true is better Its not important because still I'm using old ctor interface and it will set to false if needed

public bool Load { get; set; }

Property Value

bool

LoadChangesFromDrive

Gets or sets whether to load changes from the drive on initialization.

public bool LoadChangesFromDrive { get; set; }

Property Value

bool

Save

Gets or sets whether to save changes to the drive.

public bool Save { get; set; }

Property Value

bool