C# Class SobekCM.Core.Configuration.ContactForm_Configuration

Afficher le fichier Open project: MarkVSullivan/SobekCM-Web-Application Class Usage Examples

Private Properties

Свойство Type Description
Convert_String_To_XML_Safe string

Méthodes publiques

Méthode 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

Méthode Description
Convert_String_To_XML_Safe ( string element ) : string

Converts a basic string into an XML-safe string

Method Details

Add_Element() public méthode

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
Résultat void

ContactForm_Configuration() public méthode

Constructor for a new instance of the Contact_Us_Configuration class
public ContactForm_Configuration ( ) : System
Résultat System

Save_To_Config_File() public méthode

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
Résultat bool