Click or drag to resize
CustomTableItemProviderIsCustomTableItemObjectType Method
Indicates if given object type represents custom table item.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static bool IsCustomTableItemObjectType(
	string objectType
)

Parameters

objectType
Type: SystemString
Object type

Return Value

Type: Boolean
See Also