Click or drag to resize
CustomTableItemProviderGetObjectType Method
Gets custom table object type from given class name.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static string GetObjectType(
	string className
)

Parameters

className
Type: SystemString
Class name

Return Value

Type: String
See Also