mySobek Home   |   Help
Skip Navigation Links.
Expand <a href='http://sobekrepository.org/sobekcm' title='Sobek home page'>Project Home</a>Project Home
Expand <a href='http://sobekrepository.org/help' title='Online user help'>User Help</a>User Help
Expand <a href='http://sobekrepository.org/sobekcm/technical' title='Sobek home page'>Technical Help</a>Technical Help
Expand <a href='http://sobekrepository.org/software' title='Center for downloading all SobekCM-related software'>Download Center</a>Download Center
Training Videos
Collapse <a href='http://sobekrepository.org/codehelp' title='Details on each of the different classes, interfaces, properties, etc..'>Code Details</a>Code Details
MISSING BANNER
Code Details >> Core >> Configuration >> ContactForm_Configuration

ContactForm_Configuration Class



Class stores all the information about the contact us form either for the entire instance, or for a single aggregation


Namespace: SobekCM.Core.Configuration
Assembly: SobekCM_Core (in SobekCM_Core.dll) Version: 4.10.0.0 (4.10.0.0)

Syntax

C#
[SerializableAttribute]
[ProtoContractAttribute]
[XmlRootAttribute("ContactFormConfig")]
[DataContractAttribute]
public class ContactForm_Configuration

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Configuration..::..ContactForm_Configuration

Constructors

  NameDescription
Public methodContactForm_Configuration
Constructor for a new instance of the Contact_Us_Configuration class

Methods

  NameDescription
Public methodAdd_Element
Add a new element to this contact form configuration file
Public methodSave_To_Config_File
Save this configuration to a XML config file

Properties

  NameDescription
Public propertyError
Error message in case there was an issue pulling this configuration from the configuration files
Public propertyFormElements
Collection of form elements to be displayed for the user on a Contact Us form within the system
Public propertyName
Name for this contact us form, used for copying the form, or referencing during administrative work
Public propertyTextAreaElementCount
Returns the number of text areas within this template

See Also



Version 4.10.0 ( last generated Monday, March 7, 2016 )