XmlSortOrder

XmlSortOrder enum

Specifies the sort order.

enum class XmlSortOrder

Values

NameValueDescription
Ascending1Nodes are sorted in ascending order. For example, if the numbers 1,2,3, and 4 are sorted in ascending order, they appear as 1,2,3,4.
Descending2Nodes are sorted in descending order. For example, if the numbers 1,2,3, and 4 are sorted in descending order, they appear as, 4,3,2,1.

See Also