C# 클래스 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
파일 보기 프로젝트 열기: MarkVSullivan/SobekCM-Web-Application

공개 메소드들

메소드 설명
Read_Config ( string ConfigFile ) : ContactForm_Configuration

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

비공개 메소드들

메소드 설명
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

메소드 상세

Read_Config() 공개 정적인 메소드

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
리턴 SobekCM.Core.Configuration.ContactForm_Configuration