Click or drag to resize
BizFormItemProviderGetItems Method (String)
Returns query of all data record for given BizForm.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<BizFormItem> GetItems(
	string className
)

Parameters

className
Type: SystemString
Class name of the BizForm

Return Value

Type: ObjectQueryBizFormItem
See Also