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