Click or drag to resize
BizFormItemProvider.GetItem Method (Int32, String)
Returns BizForm item of specified class name and item ID.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 13.0.131
Syntax
C#
public static BizFormItem GetItem(
	int itemId,
	string className
)

Parameters

itemId
Type: System.Int32
Item ID
className
Type: System.String
Class name of the BizForm

Return Value

Type: BizFormItem
See Also