TreeNodeCollectionGetData Method |
Gets the data for the collection.
Namespace: CMS.DocumentEngineAssembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 12.0.0
Syntax protected override DataSet GetData(
IWhereCondition where,
int offset,
int maxRecords,
ref int totalRecords
)
Parameters
- where
- Type: CMS.DataEngineIWhereCondition
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:
DataSetSee Also