Click or drag to resize
CMS.OnlineForms Namespace
 
Classes
  ClassDescription
Public classBizFormConstants
Contains biz form functionality related constants.
Public classBizFormException
Thrown when biz form operation fails.
Public classBizFormFileService
Contains uploaded file manipulation methods for forms.
Public classBizFormHelper
Provides helper methods for biz forms.
Public classBizFormImport
Handles special actions during the BizForm import process.
Public classBizFormInfo
BizFormInfo stores information about General, Autoresponder, Email notification and similar tabs. FormClassInfo stores the structure of the form. That means for example form definition (Fields tab) and search fields settings. BizFormItem stores the data that visitors fill on the website.
Public classBizFormInfoProvider
Class providing BizFormInfo management.
Public classBizFormItem
BizFormInfo stores information about General, Autoresponder, Email notification and similar tabs. FormClassInfo stores the structure of the form. That means for example form definition (Fields tab) and search fields settings. BizFormItem stores the data that visitors fill on the website.
Public classBizFormItemEventArgs
BizForm item event arguments
Public classBizFormItemEvents
BizForm item events
Public classBizFormItemFactory
Factory that provides BizForm item objects
Public classBizFormItemGenerator
Generator of the specific BizForm items
Public classBizFormItemHandler
BizForm item handler
Public classBizFormItemProvider
Class for retrieving BizForm items.
Public classBizFormMailSender
Represents default implementation for sending on-line form notification and autoresponder emails.
Public classBizFormMailSenderFactory
Default implementation of IBizFormMailSenderFactory providing on-line form email sender BizFormMailSender.
Public classBizFormRoleInfo
BizFormRoleInfo data container class.
Public classBizFormRoleInfoProvider
Class providing BizFormRoleInfo management.
Public classBizFormTableNameNotUniqueException
Thrown when biz form table name is not unique.
Public classBizFormTypeInfo
Type info for the BizForm items
Public classBizFormUploadFile
Class represents a file uploaded via BizForm submission.
Public classBizFormUploadFileSerializer
Class responsible for serialization and deserialization of BizFormUploadFile instances.
Public classClearBizFormTypeInfosWebFarmTask
Web farm task used to clear the bizForm item type info.
Public classDeleteBizFormFileWebFarmTask
Web farm task used to delete bizform files.
Public classFormClassInfo
BizFormInfo stores information about General, Autoresponder, Email notification and similar tabs. FormClassInfo stores the structure of the form. That means for example form definition (Fields tab) and search fields settings. BizFormItem stores the data that visitors fill on the website.
Public classFormFieldInfoExtensions
Extension methods for FormFieldInfo class.
Public classFormSubmitActivityInitializer
Represents implementation of IActivityInitializer for form submission activity.
Public classInvalidateBizFormTypeInfoWebFarmTask
Web farm task used to invalidate BizForm type info.
Public classIObjectQueryExtensions
Public classOnlineFormsModule
Represents the Form module.
Public classOnlineFormsModuleMetadata
Represents the Online forms module metadata.
Public classPromoteBizFormTempFileWebFarmTask
Web farm task used to promote temporary files attached to a form.
Public classSmartFieldConstants
Provides internal constants for smart fields feature.
Public classSmartFieldLicenseHelper
Licensing helper class for Smart field feature.
Public classUpdateBizFormFileWebFarmTask
Web farm task used to update files attached to a form.
Interfaces
  InterfaceDescription
Public interfaceIBizFormFileService
Defines manipulation methods for a file uploaded via forms.
Public interfaceIBizFormMailSender
Interface providing methods for sending on-line form notification and autoresponder emails.
Public interfaceIBizFormMailSenderFactory
Represents factory providing on-line form email sender implementations.