Class CollectionOnDriveArgs
- Namespace
- SunamoCollectionOnDrive.Args
- Assembly
- SunamoCollectionOnDrive.dll
Arguments for configuring a CollectionOnDrive instance.
public class CollectionOnDriveArgs
- Inheritance
-
CollectionOnDriveArgs
- Inherited Members
- Extension Methods
Properties
LoadChangesFromDrive
Whether to automatically reload the collection when the file changes on disk.
public bool LoadChangesFromDrive { get; set; }
Property Value
Path
Path to the file where the collection data is stored.
public string Path { get; set; }