Click or drag to resize
ActivityCustomTableFormSubmit Constructor
Default constructor

Namespace: CMS.WebAnalytics
Assembly: CMS.WebAnalytics (in CMS.WebAnalytics.dll) Version: 9.0.0
Syntax
C#
public ActivityCustomTableFormSubmit(
	DataClassInfo customTable,
	int itemID,
	string activityTitle,
	ActivityContext variables
)

Parameters

customTable
Type: CMS.DataEngineDataClassInfo
Custom table ID
itemID
Type: SystemInt32
Custom table item identifier
activityTitle
Type: SystemString
Activity title
variables
Type: CMS.WebAnalyticsActivityContext
Environment variables required for proper logging of activities
See Also