BizFormItemProviderGetItems Method (String) |
Returns query of all data record for given BizForm.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax public static ObjectQuery<BizFormItem> GetItems(
string className
)
Parameters
- className
- Type: SystemString
Class name of the BizForm
Return Value
Type:
ObjectQueryBizFormItemSee Also