PromotionCode Enumeration |
Documentation home page
Promotions available for articles
Namespace:
Ricardo.Enums.Article
Assembly:
Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
Syntax[FlagsAttribute]
public enum PromotionCode
<FlagsAttribute>
Public Enumeration PromotionCode
Members
| Member name | Value | Description |
---|
| Subtitle | 1 |
The subtitle
|
| BuyNow | 2 |
The buy now
|
| PremiumHomePage | 4 |
The premium home page
|
| ShowCase | 8 |
The show case
|
| Thumbnail | 16 |
was named PhotoL in old schema
|
| MyArticles | 32 |
My articles
|
| AutomaticIncrement | 64 |
The automatic increment
|
| PremiumCategoryBronze | 128 |
The premium category small
|
| PremiumCategorySilver | 256 |
The premium category medium
|
| PremiumCategoryGold | 512 |
The premium category large
|
| Picture1 | 1024 |
The picture1
|
| Picture2 | 2048 |
The picture2
|
| Picture3 | 4096 |
The picture3
|
| Picture4 | 8192 |
The picture4
|
| Picture5 | 16384 |
The picture5
|
| Picture6 | 32768 |
The picture6
|
| Picture7 | 65536 |
The picture7
|
| Picture8 | 131072 |
The picture8
|
| Picture9 | 262144 |
The picture9
|
| Picture10 | 524288 |
The picture10
|
| LoginUser | 1048576 |
The login user
|
| PersonalHomePage | 2097152 |
The personal home page
|
| Bold | 4194304 |
The bold
|
| Highlight | 8388608 |
The highlight
|
| PremiumCategory | 16777216 |
The premium category
|
| PlannedArticle | 33554432 |
The planned article
|
See Also