FolderQueryOrder Enum
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the desired ordering of folders.
C#
[System.Runtime.Serialization.DataContract]
public enum FolderQueryOrder
type FolderQueryOrder =
Public Enum FolderQueryOrder
- Inheritance
-
FolderQueryOrder
- Attributes
Name | Value | Description |
---|---|---|
None | 0 | No order |
FolderAscending | 1 | Order by folder name and path ascending. |
FolderDescending | 2 | Order by folder name and path descending. |
Ürün | Sürümler |
---|---|
Azure DevOps Services .NET SDK | preview, latest |