Click or drag to resize
BaseInfoGeneralizedInfoWrapperInitObjectsOrder Method
Initializes the proper order of the sibling objects so the order column is consistent.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 9.0.0
Syntax
C#
public void InitObjectsOrder(
	string orderColumn = null
)

Parameters

orderColumn (Optional)
Type: SystemString
Name of the column that is used for storing the object's order. If null, OrderColumn is taken from TypeInfo.
See Also