CustomTableItemProviderGetItems Method (String) |
Returns the query for all custom table items.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 13.0.131
Syntax public static ObjectQuery<CustomTableItem> GetItems(
string className
)
Parameters
- className
- Type: SystemString
Custom table class name
Return Value
Type:
ObjectQueryCustomTableItemSee Also