CustomTableItemProviderGetItemsTType Method |
Returns all custom table items of specified type.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 8.2.23
Syntax public static ObjectQuery<TType> GetItems<TType>()
where TType : new(), CustomTableItem
Type Parameters
- TType
Return Value
Type:
ObjectQueryTTypeSee Also