JsonConfigHelper.ImportConfigFile(String) Method

Definition

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.

Applies to