BaseInfoGeneralizedInfoWrapperInitObjectsOrder Method |
Initializes the proper order of the sibling objects so the order column is consistent.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax 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