Свойство | Тип | Описание | |
---|---|---|---|
Convert_String_To_XML_Safe | string |
Метод | Описание | |
---|---|---|
Add_Element ( |
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
|
Метод | Описание | |
---|---|---|
Convert_String_To_XML_Safe ( string element ) : string |
Converts a basic string into an XML-safe string
|
public Add_Element ( |
||
NewElement | Element to add | |
Результат | void |
public ContactForm_Configuration ( ) : System | ||
Результат | System |
public Save_To_Config_File ( string FilePath ) : bool | ||
FilePath | string | File/path for the resulting XML config file |
Результат | bool |