BaseInfoGeneralizedInfoWrapperMoveObjectDown Method |
Moves the object down within the object order (if OrderColumn is specified). The move is done within the object's parent and site (if defined).
Namespace: CMS.DataEngineAssembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 13.0.131
Syntax public void MoveObjectDown(
string orderColumn = null
)
Parameters
- orderColumn (Optional)
- Type: SystemString
Name of the order column. If null, OrderColumn from TypeInfo is taken
See Also