Click or drag to resize
LegitimateInterestFormSubmitActivityInitializer Class
Represents implementation of IActivityInitializer for form submission activity when legitimate interest is applied.
Inheritance Hierarchy
SystemObject
  CMS.OnlineFormsFormSubmitActivityInitializer
    CMS.OnlineFormsLegitimateInterestFormSubmitActivityInitializer

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax
C#
public class LegitimateInterestFormSubmitActivityInitializer : FormSubmitActivityInitializer

The LegitimateInterestFormSubmitActivityInitializer type exposes the following members.

Constructors
  NameDescription
Public methodLegitimateInterestFormSubmitActivityInitializer
Initializes an instance of the LegitimateInterestFormSubmitActivityInitializer class.
Top
Properties
  NameDescription
Public propertyActivityType
Gets string type of the activity (BIZFORM_SUBMIT).
(Inherited from FormSubmitActivityInitializer.)
Public propertySettingsKeyName
Activity settings key name, used to check whether activity logging is enabled.
(Inherited from FormSubmitActivityInitializer.)
Top
Methods
See Also