TreePathUtilsGetTreeView Method |
Selects records from View_CMS_Tree_Joined.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax public static DataSet GetTreeView(
string where,
string orderBy,
int topN,
string columns
)
Parameters
- where
- Type: SystemString
Where condition - orderBy
- Type: SystemString
Order by clause - topN
- Type: SystemInt32
Number of records to select - columns
- Type: SystemString
Columns to select
Return Value
Type:
DataSetDataSet with view specified by parameters
See Also