Table of Contents

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

string

GDriveFilename

Google Drive executable filename without extension.

public static string? GDriveFilename { get; set; }

Property Value

string

GDriveFolder

Google Drive folder path.

public static string? GDriveFolder { get; set; }

Property Value

string

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

string

OneDriveFilename

OneDrive executable filename without extension.

public static string? OneDriveFilename { get; set; }

Property Value

string

OneDriveFolder0

Primary OneDrive folder path.

public static string? OneDriveFolder0 { get; set; }

Property Value

string

OneDriveFolder1

Secondary OneDrive folder path.

public static string? OneDriveFolder1 { get; set; }

Property Value

string

Methods

Init()

Initializes cloud provider settings. Currently returns early if GDriveFolder is already set.

public static void Init()