Class CloudProvidersHelper
- Namespace
- SunamoFileIO
- Assembly
- SunamoFileIO.dll
Helper class for managing cloud provider configurations and folders.
public class CloudProvidersHelper
- Inheritance
-
CloudProvidersHelper
- Inherited Members
- Extension Methods
Properties
GDriveExe
Google Drive executable path.
public static string? GDriveExe { get; set; }
Property Value
GDriveFilename
Google Drive executable filename without extension.
public static string? GDriveFilename { get; set; }
Property Value
GDriveFolder
Google Drive folder path.
public static string? GDriveFolder { get; set; }
Property Value
MyStations
Dynamic stations configuration object.
public static dynamic? MyStations { get; set; }
Property Value
- dynamic
OneDriveExe
OneDrive executable path.
public static string? OneDriveExe { get; set; }
Property Value
OneDriveFilename
OneDrive executable filename without extension.
public static string? OneDriveFilename { get; set; }
Property Value
OneDriveFolder0
Primary OneDrive folder path.
public static string? OneDriveFolder0 { get; set; }
Property Value
OneDriveFolder1
Secondary OneDrive folder path.
public static string? OneDriveFolder1 { get; set; }
Property Value
Methods
Init()
Initializes cloud provider settings. Currently returns early if GDriveFolder is already set.
public static void Init()