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

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
Syntax
C#
protected virtual string GetItemNameInternal(
	BizFormItem item,
	string classDisplayName
)

Parameters

item
Type: CMS.OnlineFormsBizFormItem
BizForm item
classDisplayName
Type: SystemString
Class display name

Return Value

Type: String
See Also