CustomTableHelperGetCustomTableClasses Method (Int32) |
Returns the dataset containing custom tables classes allowed in site.
Namespace: CMS.CustomTablesAssembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 13.0.131
Syntax public static ObjectQuery<DataClassInfo> GetCustomTableClasses(
int siteId
)
Parameters
- siteId
- Type: SystemInt32
Site id
Return Value
Type:
ObjectQueryDataClassInfoSee Also