ProductViewRequestOption Enumeration |
Documentation home page
Defines the additional optional requests for a product view.
Namespace:
Ricardo.Enums.Article
Assembly:
Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
Syntaxpublic enum ProductViewRequestOption
Public Enumeration ProductViewRequestOption
Members
| Member name | Value | Description |
---|
| None | 0 |
The none.
|
| Information | 1 |
The information.
|
| Pictures | 2 |
The pictures.
|
| InternalReferences | 3 |
The internal references.
|
| Deliveries | 4 |
The deliveries.
|
| Descriptions | 5 |
The descriptions.
|
| RelistInformation | 6 |
The relist information.
|
| CheckoutInformation | 7 |
The checkout information.
|
| BidHistory | 8 |
The bid history.
|
| SellerInformation | 10 |
The seller information.
|
| SellerOtherArticles | 11 |
The seller other articles.
|
| AutoTechnicalDetails | 12 |
The automatic technical details.
|
| ArticleLogs | 14 |
The article logs.
|
| CanonicalInfo | 15 |
The article logs.
|
| SimilarArticles | 16 |
The similar articles.
|
| HtmlMetadata | 17 |
The article html metadata.
|
| Observers | 18 |
The article observers information.
|
| SeoChecksumInfo | 19 |
The seo checksum information
|
See Also