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
Показать файл Открыть проект

Открытые методы

Метод Описание
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