Click or drag to resize
BaseInfoGetObjectOrderID Method
Returns ID of the item being ordered. By default return ObjectID. This is overridden in TreeNode, where NodeID has to be supplied.

Namespace: CMS.DataEngine
Assembly: CMS.DataEngine (in CMS.DataEngine.dll) Version: 10.0.0
Syntax
C#
protected virtual int GetObjectOrderID()

Return Value

Type: Int32
See Also