BizFormItemProviderGetItemTType Method (Int32) |
Returns BizForm item of specified type and item ID.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax public static TType GetItem<TType>(
int itemId
)
where TType : new(), BizFormItem
Parameters
- itemId
- Type: SystemInt32
Item ID
Type Parameters
- TType
Return Value
Type:
TTypeSee Also