JsonConfigHelper.ImportConfigFile(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Import configs from a file.
public void ImportConfigFile (string path);
member this.ImportConfigFile : string -> unit
Public Sub ImportConfigFile (path As String)
Parameters
- path
- String
Path to the config file.
Remarks
Note: this method only imports the config file. Please call BuildConfig() to rebuild the config manager.