ListStatusCode Enumeration |
Documentation home page
Status code set on temporary article un SuperLister.
Namespace:
Ricardo.Enums
Assembly:
Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
Syntaxpublic enum ListStatusCode
Public Enumeration ListStatusCode
Members
| Member name | Value | Description |
---|
| Waiting | 0 |
article ready for processing.
|
| InsertStep1 | 1 |
article is being processed, image copy.
|
| InsertStep2 | 2 |
article is being processed, send confirmation mail.
|
| InsertStep3 | 3 |
article is being processed, send confirmation mail.
|
| Inserted | 4 |
article fully inserted.
|
| EventProcessed | 5 |
event fully processed.
|
| OldPreview | 11 |
article is for preview only (obsolete code).
|
| Preview | 12 |
article is for preview only.
|
| ClassifiedRequireValidation | 13 |
classified is pending for customer care validation
|
| ClassifiedRejected | 14 |
classified has been rejected by the customer care
|
See Also