Click or drag to resize
TreeNodeGetOrderIdentityWhereCondition Method
Gets order identity where condition to identify the correct node data which are currently ordered

Namespace: CMS.DocumentEngine
Assembly: CMS.DocumentEngine (in CMS.DocumentEngine.dll) Version: 11.0.0
Syntax
C#
protected override WhereCondition GetOrderIdentityWhereCondition()

Return Value

Type: WhereCondition
Remarks
Includes only NodeID to correct identify the node data and doesn't matter which culture uses.
See Also