Click or drag to resize
BizFormInfoProviderSetBizFormInfo 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 IBizFormInfoProvider.Set(BizFormInfo) instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - BizFormInfo.Provider.")]
public static void SetBizFormInfo(
	BizFormInfo bizForm
)

Parameters

bizForm
Type: CMS.OnlineFormsBizFormInfo
BizForm to set
See Also