Click or drag to resize
BizFormInfoProviderGetBizForms Method
Returns a query for all the BizFormInfo objects.

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

Return Value

Type: ObjectQueryBizFormInfo
See Also