Class ABRConfig.Consts
Global access to constants in the ABR Engine. Sync this with settings.py in the ABRServer~.
Namespace: IVLab.ABREngine
Assembly: IVLab.ABREngine.Runtime.dll
Syntax
public static class ABRConfig.Consts
Fields
| Improve this Doc View SourceDatasetFolder
Dataset folder within media folder
Declaration
public const string DatasetFolder = "datasets"
Field Value
Type | Description |
---|---|
string |
MediaFolder
Default name for the media folder
Declaration
public const string MediaFolder = "media"
Field Value
Type | Description |
---|---|
string |
ThumbnailsFolder
Folder to save thumbnail screenshots of state in
Declaration
public const string ThumbnailsFolder = "thumbnails"
Field Value
Type | Description |
---|---|
string |
VisAssetFolder
VisAsset folder within media folder
Declaration
public const string VisAssetFolder = "visassets"
Field Value
Type | Description |
---|---|
string |
VisAssetJson
Name of VisAsset JSON specifier
Declaration
public const string VisAssetJson = "artifact.json"
Field Value
Type | Description |
---|---|
string |