Click or drag to resize
ObjectChangeOrderEventArgsTObject Constructor (TObject, Int32, Boolean, String)
Constructor.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
public ObjectChangeOrderEventArgs(
	TObject infoObject,
	int newOrder,
	bool relativeOrder,
	string orderColumn
)

Parameters

infoObject
Type: TObject
Object instance
newOrder
Type: SystemInt32
Specific new document order index to be set
relativeOrder
Type: SystemBoolean
Indicates if the NewOrder index is relative to current document position
orderColumn
Type: SystemString
Name of the order column. If null, OrderColumn from TypeInfo is taken
See Also