API GetSelectedCategories: Porovnání verzí
Z Podpora.nextis.cz
(Založena nová stránka s textem „dd“) |
|||
| Řádka 1: | Řádka 1: | ||
| − | + | ====Description==== | |
| + | Method gives You overview of existing selected categories in system. | ||
| + | ====Exact name==== | ||
| + | <code>API_GetSelectedCategories</code> | ||
| + | ====Type==== | ||
| + | Standard view. | ||
| + | ====Specification==== | ||
| + | {| class="wikitable" | ||
| + | !Column | ||
| + | !Data type | ||
| + | !Description | ||
| + | !Relation | ||
| + | |- | ||
| + | |ID | ||
| + | |int | ||
| + | |Internal system id | ||
| + | | | ||
| + | |- | ||
| + | |Name | ||
| + | |nvarchar(255) | ||
| + | |Categorie name | ||
| + | | | ||
| + | |- | ||
| + | |URL | ||
| + | |text | ||
| + | |URL | ||
| + | | | ||
| + | |- | ||
| + | |Image | ||
| + | |image | ||
| + | |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==== | ||
| + | <syntaxhighlight lang="sql"> | ||
| + | SELECT TOP 1000 * FROM [API_GetSelectedCategories] | ||
| + | </syntaxhighlight> | ||
| + | ====Notices==== | ||
| + | <span> </span><span> </span>None. | ||
Verze z 25. 7. 2017, 15:18
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 | text | URL | |
| Image | image | 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.