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

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

Parameters

where
Type: CMS.DataEngine.IWhereCondition
Where condition.
offset
Type: System.Int32
Starting offset for the data.
maxRecords
Type: System.Int32
Maximum number of records to get.
totalRecords
Type: System.Int32
Returning total number of records.

Return Value

Type: DataSet
See Also