Click or drag to resize
CustomTableItemProviderGetItems Method (String)
Returns the query for all custom table items.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<CustomTableItem> GetItems(
	string className
)

Parameters

className
Type: SystemString
Custom table class name

Return Value

Type: ObjectQueryCustomTableItem
See Also