Click or drag to resize
CustomTableHelperGetCustomTableClasses Method (Int32)
Returns the dataset containing custom tables classes allowed in site.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static ObjectQuery<DataClassInfo> GetCustomTableClasses(
	int siteId
)

Parameters

siteId
Type: SystemInt32
Site id

Return Value

Type: ObjectQueryDataClassInfo
See Also