BizFormItemProviderGetItem Method (Int32, String) |
Returns BizForm item of specified class name and item ID.
Namespace: CMS.OnlineFormsAssembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax 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:
BizFormItemSee Also