Click or drag to resize
BizFormItemProviderGetItemTType Method (Int32)
Returns BizForm item of specified type and item ID.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
Syntax
C#
public static TType GetItem<TType>(
	int itemId
)
where TType : new(), BizFormItem

Parameters

itemId
Type: SystemInt32
Item ID

Type Parameters

TType

Return Value

Type: TType
See Also