C# Class SobekCM.Builder_Library.Settings.MultiInstance_Builder_Settings_Reader

Reads the builder configuration file, which is configured differently than the standard configuration file
Show file Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Read_Config ( string ConfigFile ) : bool

Read all the information about the instance(s) for the builder to operate over

Private Methods

Method Description
read_instances ( XmlReader ReaderXml ) : void
read_legacy_instance_config ( XmlReader ReaderXml ) : void

Method Details

Read_Config() public static method

Read all the information about the instance(s) for the builder to operate over
public static Read_Config ( string ConfigFile ) : bool
ConfigFile string Filename and path of the configuration
return bool