C# Class SobekCM.Engine_Library.Configuration.ContactForm_Configuration_Reader

Class is used to read the contact form configuration file, or the portion about the contact form from the aggregation file
ファイルを表示 Open project: MarkVSullivan/SobekCM-Web-Application

Public Methods

Method Description
Read_Config ( string ConfigFile ) : ContactForm_Configuration

Read the contact form system configuration file from within the config subfolder on the web app

Private Methods

Method Description
Read_ContactForm_Details ( XmlReader readerXml, ContactForm_Configuration config ) : void
read_contactform_element ( XmlReader readerXml, ContactForm_Configuration config, ContactForm_Configuration_Element_Type_Enum type ) : void
read_contactform_elements ( XmlReader readerXml, ContactForm_Configuration config ) : void

Method Details

Read_Config() public static method

Read the contact form system configuration file from within the config subfolder on the web app
public static Read_Config ( string ConfigFile ) : ContactForm_Configuration
ConfigFile string Complete path and name of the configuration file to read
return SobekCM.Core.Configuration.ContactForm_Configuration