Class ConfigPathHandler
Inheritance
System.Object
ConfigPathHandler
Assembly: Cloud-ShareSync.Core.Configuration.dll
Syntax
public static class ConfigPathHandler : object
Fields
|
Improve this Doc
View Source
s_altConfigInfo
Declaration
static readonly string s_altConfigInfo
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
s_assemblyPath
Declaration
static readonly string s_assemblyPath
Field Value
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
s_defaultConfig
Declaration
static readonly string s_defaultConfig
Field Value
| Type |
Description |
| System.String |
|
Methods
|
Improve this Doc
View Source
GetAltDefaultConfigPath()
Declaration
static string? GetAltDefaultConfigPath()
Returns
| Type |
Description |
| System.Nullable<System.String> |
|
|
Improve this Doc
View Source
GetConfigPath(Boolean)
Declaration
public static string GetConfigPath(bool useDefaultOnErr)
Parameters
| Type |
Name |
Description |
| System.Boolean |
useDefaultOnErr |
|
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
GetConfigurationPath()
Declaration
static string GetConfigurationPath()
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
ReadAltDefaultConfigInfo(String)
Declaration
static string ReadAltDefaultConfigInfo(string base64EncodedData)
Parameters
| Type |
Name |
Description |
| System.String |
base64EncodedData |
|
Returns
| Type |
Description |
| System.String |
|
|
Improve this Doc
View Source
SetAltDefaultConfigPath(String)
Declaration
public static void SetAltDefaultConfigPath(string path)
Parameters
| Type |
Name |
Description |
| System.String |
path |
|