Click or drag to resize
BizFormInfoProviderGetBizFormsInternal 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: 8.2.23
Syntax
C#
protected virtual ObjectQuery<BizFormInfo> GetBizFormsInternal(
	int siteID
)

Parameters

siteID
Type: SystemInt32
SiteId

Return Value

Type: ObjectQueryBizFormInfo
See Also