C# Class SobekCM.Core.Configuration.ContactForm_Configuration

Mostra file Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Property Type Description
Convert_String_To_XML_Safe string

Public Methods

Method Description
Add_Element ( ContactForm_Configuration_Element NewElement ) : void

Add a new element to this contact form configuration file

ContactForm_Configuration ( ) : System

Constructor for a new instance of the Contact_Us_Configuration class

Save_To_Config_File ( string FilePath ) : bool

Save this configuration to a XML config file

Private Methods

Method Description
Convert_String_To_XML_Safe ( string element ) : string

Converts a basic string into an XML-safe string

Method Details

Add_Element() public method

Add a new element to this contact form configuration file
public Add_Element ( ContactForm_Configuration_Element NewElement ) : void
NewElement ContactForm_Configuration_Element Element to add
return void

ContactForm_Configuration() public method

Constructor for a new instance of the Contact_Us_Configuration class
public ContactForm_Configuration ( ) : System
return System

Save_To_Config_File() public method

Save this configuration to a XML config file
public Save_To_Config_File ( string FilePath ) : bool
FilePath string File/path for the resulting XML config file
return bool