Click or drag to resize
BaseInfoGeneralizedInfoWrapperMoveObjectUp Method
Moves the object up 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: 9.0.0
Syntax
C#
public void MoveObjectUp(
	string orderColumn = null
)

Parameters

orderColumn (Optional)
Type: SystemString
Name of the order column. If null, OrderColumn from TypeInfo is taken
See Also