Click or drag to resize
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.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 8.2.23
Syntax
C#
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