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.ConfigurationAssembly: 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
Constructors
Methods
Properties
| Name | Description |
---|
| Error | Error message in case there was an issue pulling this configuration from the configuration files |
| FormElements | Collection of form elements to be displayed for the user on a Contact Us form within the system |
| Name | Name for this contact us form, used for copying the form, or referencing during administrative work |
| TextAreaElementCount | Returns the number of text areas within this template |
See Also