Click or drag to resize
BizFormItemProviderGetItemsTType Method
Returns query of all data records for given type.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
public static ObjectQuery<TType> GetItems<TType>()
where TType : new(), BizFormItem

Type Parameters

TType

Return Value

Type: ObjectQueryTType
See Also