Click or drag to resize
BizFormItemProviderGetClassName Method
Gets BizForm item class name from given object type.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
Syntax
C#
public static string GetClassName(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: String
See Also