FormSubmitActivityInitializer Constructor |
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax 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 Exception | Condition |
---|
ArgumentNullException | recordItem is null |
See Also