BizFormInfoProviderGetBizFormInfo Method (String, String) |
Returns the BizFormInfo structure for the specified form and site.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax public static BizFormInfo GetBizFormInfo(
string formName,
string siteName
)
Parameters
- formName
- Type: SystemString
Form name - siteName
- Type: SystemString
Site name
Return Value
Type:
BizFormInfoSee Also