Click or drag to resize
BizFormItemProviderGetTypeInfo Method (String)
Returns the TypeInfo for specified class.

Namespace: CMS.OnlineForms
Assembly: CMS.OnlineForms (in CMS.OnlineForms.dll) Version: 9.0.0
Syntax
C#
public static ObjectTypeInfo GetTypeInfo(
	string className
)

Parameters

className
Type: SystemString
Class name

Return Value

Type: ObjectTypeInfo
See Also