Click or drag to resize
BaseInfoInitObjectsOrder Method
Inits the proper item order so the order is consistent.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
protected virtual void InitObjectsOrder(
	string orderColumn
)

Parameters

orderColumn
Type: SystemString
Name of the order column. If null, OrderColumn from TypeInfo is taken
See Also