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

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.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