 | ConfigurationLoadProcessingMetadata Method |
Loads the processing metadata and initialize the configuration.
Namespace:
LynceeTec.InterfaceProcessingV2.Configurations
Assembly:
LynceeTec.InterfaceProcessingV2 (in LynceeTec.InterfaceProcessingV2.dll) Version: 0.0.0.0
Syntaxpublic void LoadProcessingMetadata(
string path
)
public:
void LoadProcessingMetadata(
String^ path
)
Parameters
- path
- Type: SystemString
The path to the .json file.
See Also