ArticlesTypes Enumeration |
Documentation home page
Definition of article types we could have.
Namespace:
Ricardo.Enums.Article
Assembly:
Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
Syntaxpublic enum ArticlesTypes
Public Enumeration ArticlesTypes
Members
| Member name | Value | Description |
---|
| All | 0 |
All articles.
|
| Vehicles | 1 |
All vehicle articles, that means cars bikes others and utilities type. Could be the same result than "All" type if we search only classified articles.
|
| Core | 2 |
Only core articles.
|
| Accessories | 3 |
Accessories articles.
|
| Cars | 4 |
Cars articles.
|
| Bikes | 5 |
Bikes articles.
|
| Others | 6 |
Others articles.
|
| Utilities | 7 |
Utilities articles.
|
| CarsAndBikes | 8 |
CarsAndBikes articles [Accessory, Car, Bike, Utilities, Other].
|
See Also