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

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

Parameters

itemId
Type: SystemInt32
Item ID
className
Type: SystemString
Class name of the BizForm

Return Value

Type: BizFormItem
See Also