AchievementOrderBy Enum
Definition
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.
Enumeration values that indicate the achievement sort order.
[Windows.Foundation.Metadata.Version(1)]
public enum AchievementOrderBy
type AchievementOrderBy =
Public Enum AchievementOrderBy
- Inheritance
-
AchievementOrderBy
- Attributes
-
Windows.Foundation.Metadata.VersionAttribute
Fields
Name | Value | Description |
---|---|---|
Default | 0 | Default order does not guarantee sort order. |
TitleId | 1 | Sort by title id. |
UnlockTime | 2 | Sort by achievement unlock time. |