Click or drag to resize
BizFormItemProviderGetItemName Method
Gets BizForm item name.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 8.2.23
Syntax
C#
public static string GetItemName(
	BizFormItem item,
	string classDisplayName
)

Parameters

item
Type: CMS.OnlineFormsBizFormItem
BizFrom table item
classDisplayName
Type: SystemString
Class display name

Return Value

Type: String
See Also