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_Element

ContactForm_Configuration_Element Class



Single element to appear within the Contact Us form's main section


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("ContactFormConfigElement")]
[DataContractAttribute]
public class ContactForm_Configuration_Element

Inheritance Hierarchy

System..::..Object
  SobekCM.Core.Configuration..::..ContactForm_Configuration_Element

Constructors

  NameDescription
Public methodContactForm_Configuration_Element()()()()
Constructor for a new instance of the ContactForm_Configuration_Element class
Public methodContactForm_Configuration_Element(ContactForm_Configuration_Element_Type_Enum)
Constructor for a new instance of the ContactForm_Configuration_Element class

Properties

  NameDescription
Public propertyAlwaysShow
If this is mapped from a user attribute, this flag indicates whether it should be shown, even if the user is logged on
Public propertyCssClass
CSS class to apply for this HTML element
Public propertyElement_Type
Type of the element to display with the Contact Us form
Public propertyName
Name of the element, which is also the name that appears in the output email
Public propertyOptions
Options from which the user can select ( for radio, checkboxes, and select )
Public propertyQueryText
Text to display before the options for the user to enter answers or select options
Public propertyRequired
Flag indicates if this field requires a value
Public propertyUserAttribute
If this element could be either skipped or be auto-populated for logged on users, this indicates which field would replace thie field

See Also



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