Click or drag to resize
BizFormInfoProviderSetBizFormInfoInternal Method

Note: This API is now obsolete.

Sets (updates or inserts) specified bizForm.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use Set(BizFormInfo) instead.")]
protected void SetBizFormInfoInternal(
	BizFormInfo bizForm
)

Parameters

bizForm
Type: CMS.OnlineFormsBizFormInfo
BizForm to set
See Also