Click or drag to resize
BizFormItemProviderGetItemInternal Method
Returns BizForm item of specified class name and item ID.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
protected virtual BizFormItem GetItemInternal(
	int itemId
)

Parameters

itemId
Type: SystemInt32
Item ID

Return Value

Type: BizFormItem
See Also