BaseInfoGeneralizedInfoWrapperSetObjectAlphabeticalOrder Method |
Moves the object to the right position according to the custom order.
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 12.0.0
Syntax public void SetObjectAlphabeticalOrder(
string orderColumn = null,
string nameColumn = null
)
Parameters
- orderColumn (Optional)
- Type: SystemString
Name of the order column. If null, OrderColumn from TypeInfo is taken - nameColumn (Optional)
- Type: SystemString
Column by the content of which the alphabetical order will be set
See Also