Click or drag to resize
CustomTableHelperGetFilteredTablesByPermission Method
Returns DataSet with custom tables which current user can read.

Namespace: CMS.CustomTables
Assembly: CMS.CustomTables (in CMS.CustomTables.dll) Version: 9.0.0
Syntax
C#
public static DataSet GetFilteredTablesByPermission(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Complete where condition
orderBy
Type: SystemString
Current order by clause
topN
Type: SystemInt32
Current top N value
columns
Type: SystemString
Currently selected columns

Return Value

Type: DataSet
See Also