Click or drag to resize

DHMHardwareItemsUsageSaveToConfigurationFile Method

Save the instance configuration in a .json configuration file. Can be loaded again using the appropriate constructor or InitFromConfigurationFile(String)

Namespace:  LynceeTec.DHM
Assembly:  LynceeTec.DHM (in LynceeTec.DHM.dll) Version: 10.0.10313.0 , built 2022-11-01 12:35:53 UTC
Syntax
public void SaveToConfigurationFile(
	string configurationFileFullPath
)

Parameters

configurationFileFullPath
Type: SystemString
The full path of the configuration file

Implements

IDHMHardwareItemsUsageSaveToConfigurationFile(String)
See Also