Click or drag to resize
BaseInfoGeneralizedInfoWrapperInitObjectsOrder 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#
public void InitObjectsOrder(
	string orderColumn = null
)

Parameters

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