Click or drag to resize
CustomTableItemProviderGetItemsTType Method
Returns all custom table items of specified type.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<TType> GetItems<TType>()
where TType : new(), CustomTableItem

Type Parameters

TType

Return Value

Type: ObjectQueryTType
See Also