FileSettingsStoreCreate Method
            Synchronous factory method to create an ISettingsStore object from a File System configuration file.
            
Namespace: Configuration.HelperAssembly: Configuration.Helper (in Configuration.Helper.dll) Version: 2.0.5
public static ISettingsStore Create(
	string configFile = ""
)
- configFile  String  (Optional)
 - Full path and file name of the configuration file.
            When no value is passed a new object will be created without a location.
 
ISettingsStoreFileSettingsStore object implementing the ISettingStore interface.