KitchenDraw SDK 2
Show / Hide Table of Contents

Method SaveConfigFile

SaveConfigFile()

Saves users and sites configuration to disk.

Declaration
public bool SaveConfigFile()
Returns
Type Description
bool

true if save operation went well, false otherwise.

Remarks

The user and site edition functions described above take place in memory. If you want to preserve these modifications for later use of KitchenDraw it is necessary to save these parameters in the INSITU.CFG configuration file.

It is what this function does.

In this article
Back to top Generated by DocFX