Class DlassSettings
- Namespace
- Ink_Canvas
- Assembly
- InkCanvasForClass.dll
public class DlassSettings
- Inheritance
-
DlassSettings
- Inherited Members
-
Properties
ApiBaseUrl
[JsonProperty("apiBaseUrl")]
public string ApiBaseUrl { get; set; }
Property Value
- string
AutoUploadDelayMinutes
[JsonProperty("autoUploadDelayMinutes")]
public int AutoUploadDelayMinutes { get; set; }
Property Value
- int
IsAutoUploadNotes
[JsonProperty("isAutoUploadNotes")]
public bool IsAutoUploadNotes { get; set; }
Property Value
- bool
SavedTokens
[JsonProperty("savedTokens")]
public List<string> SavedTokens { get; set; }
Property Value
- List<string>
SelectedClassName
[JsonProperty("selectedClassName")]
public string SelectedClassName { get; set; }
Property Value
- string
UserToken
[JsonProperty("userToken")]
public string UserToken { get; set; }
Property Value
- string
WebDavPassword
[JsonProperty("webDavPassword")]
public string WebDavPassword { get; set; }
Property Value
- string
WebDavRootDirectory
[JsonProperty("webDavRootDirectory")]
public string WebDavRootDirectory { get; set; }
Property Value
- string
WebDavUrl
[JsonProperty("webDavUrl")]
public string WebDavUrl { get; set; }
Property Value
- string
WebDavUsername
[JsonProperty("webDavUsername")]
public string WebDavUsername { get; set; }
Property Value
- string