ObjectSortEventArgs Constructor (BaseInfo, Boolean, String, String) |
Constructor.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public ObjectSortEventArgs(
BaseInfo infoObject,
bool ascending,
string orderColumn,
string nameColumn
)
Parameters
- infoObject
- Type: CMS.DataEngineBaseInfo
Object instance - ascending
- Type: SystemBoolean
Indicates if the sort should be ascending - orderColumn
- Type: SystemString
Name of the order column. If null, OrderColumn from TypeInfo is taken - nameColumn
- Type: SystemString
Column by the content of which the alphabetical order will be set
See Also