Click or drag to resize
PageInfoProviderGetPageInfos Method
Gets the page info data matching the conditions.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
public static DataSet GetPageInfos(
	string where,
	string orderBy,
	int topN,
	string columns
)

Parameters

where
Type: SystemString
Where condition
orderBy
Type: SystemString
Order by
topN
Type: SystemInt32
Top N
columns
Type: SystemString
Columns to get

Return Value

Type: DataSet
See Also