Description
Do not sort the contents of this McDBNodes collection.
-
Return Type
-
None
-
Syntax
-
object.ClearSortOrder
The ClearSortOrder Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBNodes. | Remarks
A McDBNodes collection can have its McDBNode Item instance(s) returned in sorted order, using the AddSortOrder method. However, since sort order specifications are addative, the sort order on the collection can not be changed, only added to. This method will remove any ordering done on this McDBNodes (i.e. the McDBNode instances returned by Item are not guaranteed to have any particular order)
|