Click or drag to resize
FormSubmitActivityInitializer Constructor
Instantiate new instance of FormSubmitActivityInitializer.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 10.0.0
Syntax
C#
public FormSubmitActivityInitializer(
	BizFormItem recordItem,
	ITreeNode currentDocument = null
)

Parameters

recordItem
Type: CMS.OnlineFormsBizFormItem
Specifies the inserted record the activity is related to
currentDocument (Optional)
Type: CMS.BaseITreeNode
Specifies the document node the activity is logged for
Exceptions
ExceptionCondition
ArgumentNullExceptionrecordItem is null
See Also