Click or drag to resize
BizFormInfoProviderGetBizForms Method

Note: This API is now obsolete.

Returns a query for all the BizFormInfo objects.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax
C#
[ObsoleteAttribute("Use IBizFormInfoProvider.Get() instead. To get an instance of the interface's implementation, use dependency injection or access the instance directly - BizFormInfo.Provider.")]
public static ObjectQuery<BizFormInfo> GetBizForms()

Return Value

Type: ObjectQueryBizFormInfo
See Also