Click or drag to resize
BizFormInfoProvider.GetBizForms Method (Int32)
Returns a query for all the BizFormInfo objects specified by site ID.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<BizFormInfo> GetBizForms(
	int siteID
)

Parameters

siteID
Type: System.Int32
Site ID

Return Value

Type: ObjectQuery<BizFormInfo>
See Also