Options
All
  • Public
  • Public/Protected
  • All
Menu

Defines how to sort the part.

Index

Enumeration members

AlphaAsc

AlphaAsc: = "AlphaAsc"

Sort Ascending by Name/DisplayName field.

AlphaDesc

AlphaDesc: = "AlphaDesc"

Sort Descending by Name/DisplayName field.

CountAsc

CountAsc: = "CountAsc"

Sort Ascending by MatchCount field.

CountDesc

CountDesc: = "CountDesc"

Sort Descending by MatchCount field.

Original

Original: = "Original"

Sort in the order received from the server.

Generated using TypeDoc