ObjectSortEventArgs Constructor (BaseInfo, Boolean, String, String)Kentico 8.1 API Reference
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.0.0.0 (8.1.5347.20411)

Parameters

infoObject
Type: CMS.DataEngine BaseInfo
Object instance
ascending
Type: OnlineSystem Boolean
Indicates if the sort should be ascending
orderColumn
Type: OnlineSystem String
Name of the order column. If null, OrderColumn from TypeInfo is taken
nameColumn
Type: OnlineSystem String
Column by the content of which the alphabetical order will be set
See Also