Click or drag to resize
TreePathUtilsGetTreeView Method
Selects records from View_CMS_Tree_Joined.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
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: DataSet
DataSet with view specified by parameters
See Also