API GetSelectedCategories: Porovnání verzí
Z Podpora.nextis.cz
| Řádka 23: | Řádka 23: | ||
|- | |- | ||
|URL | |URL | ||
| − | | | + | |nvarchar(max) |
|URL | |URL | ||
| | | | ||
|- | |- | ||
|Image | |Image | ||
| − | | | + | |varbinary(max) |
|Image | |Image | ||
| | | | ||
Aktuální verze z 9. 11. 2018, 14:50
Description
Method gives You overview of existing selected categories in system.
Exact name
API_GetSelectedCategories
Type
Standard view.
Specification
| Column | Data type | Description | Relation |
|---|---|---|---|
| ID | int | Internal system id | |
| Name | nvarchar(255) | Categorie name | |
| URL | nvarchar(max) | URL | |
| Image | varbinary(max) | Image | |
| ImageExt | nvarchar(5) | Image ext | |
| Language | int | cs=0; pl=1; en=2; de=3; sk=4; hu=5; ar=11; bg=17 | |
| OrderNumber | int | Order number |
Example
SELECT TOP 1000 * FROM [API_GetSelectedCategories]
Notices
None.