| FilterType Enumeration |
This enum describes which field is being used to filter games in Big Box.
Namespace: Unbroken.LaunchBox.Plugins.DataAssembly: Unbroken.LaunchBox.Plugins (in Unbroken.LaunchBox.Plugins.dll) Version: 13.5.0.0
XMLNS for XAML: Not mapped to an xmlns.
Syntax Public Enumeration FilterType
public enum class FilterType
Members Member name | Value | Description |
---|
Genre | 0 |
Filtering games based on Genre.
|
PlatformOrCategoryOrPlaylist | 1 |
Filtering games based on Platform, Platform Category, or Playlist.
|
Developer | 2 |
Filtering games based on Developer.
|
Publisher | 3 |
Filtering games based on Publisher.
|
Rating | 4 |
Filtering games based on Rating.
|
PlayMode | 5 |
Filtering games based on Play Mode.
|
Region | 6 |
Filtering games based on Region.
|
Series | 7 |
Filtering games based on Series.
|
Status | 8 |
Filtering games based on Status.
|
Source | 9 |
Filtering games based on Source.
|
RecentlyPlayed | 10 |
Filtering to recently played games.
|
Favorites | 11 |
Filtering to favorited games.
|
None | 12 |
No filter is applied (most likely viewing all games).
|
See Also