Click or drag to resize
BizFormInfoProviderGetBizFormInfo Method (String, String)
Returns the BizFormInfo structure for the specified form and site.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
public static BizFormInfo GetBizFormInfo(
	string formName,
	string siteName
)

Parameters

formName
Type: SystemString
Form name
siteName
Type: SystemString
Site name

Return Value

Type: BizFormInfo
See Also