Click or drag to resize
LegitimateInterestFormSubmitActivityInitializer Constructor
Initializes an instance of the LegitimateInterestFormSubmitActivityInitializer class.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax
C#
public LegitimateInterestFormSubmitActivityInitializer(
	BizFormItem recordItem,
	ContactInfo contact,
	SiteInfoIdentifier siteIdentifier
)

Parameters

recordItem
Type: CMS.OnlineFormsBizFormItem
Specifies the inserted record the activity is related to.
contact
Type: CMS.ContactManagementContactInfo
Specifies the contact that performed the form submission.
siteIdentifier
Type: CMS.DataEngineSiteInfoIdentifier
Site identifier.
See Also