Documentation home page
Defines article location in DB.
Namespace:
Ricardo.Enums.Article
Assembly:
Ricardo.Enums (in Ricardo.Enums.dll) Version: 1.1.15308.4 (1.1.15308.4)
SyntaxPublic Enumeration DataLocation
Members
| Member name | Value | Description |
---|
| Superlister | 0 |
Article is in superlister database (planned/preview).
|
| Live | 1 |
Article is in live database, fully accessible.
|
| Archive | 2 |
Article is in archive database .
|
| OfflineArchive | 3 |
Article is in offline archive database.
|
| NotFound | 4 |
Article is not found, will throw an exception.
|
See Also