ConfigMode

Description

Enumeration type used by LoadConfiguration. For details, see LoadConfiguration.

Structure Definition

1
2
3
4
5
6
enum ConfigMode {
    CONFIGJSON = 0,    // Corresponds to a JSON file.
    CONFIGFILE,        // Corresponds to a Normal file.
    CONFIGPM,          // Corresponds to a PM file.
    CONFIGCONTENT      // Corresponds to JSON content.
};

Parameters

Parameter

Description

CONFIGJSON

JSON file

CONFIGFILE

Common file

CONFIGPM

PM file

CONFIGCONTENT

JSON content