Click or drag to resize
TreeNodeCollectionGetData Method
Gets the data for the collection.

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 8.2.23
Syntax
C#
protected override DataSet GetData(
	string where,
	int offset,
	int maxRecords,
	ref int totalRecords
)

Parameters

where
Type: SystemString
Where condition
offset
Type: SystemInt32
Starting offset for the data
maxRecords
Type: SystemInt32
Maximum number of records to get
totalRecords
Type: SystemInt32
Returning total number of records

Return Value

Type: DataSet
See Also