API GetSelectedCategories: Porovnání verzí

Z Podpora.nextis.cz
Přejít na: navigace, hledání
(Založena nová stránka s textem „dd“)
 
 
(Není zobrazena jedna mezilehlá verze od stejného uživatele.)
Řádka 1: Řádka 1:
dd
+
====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
 +
|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====
 +
<syntaxhighlight lang="sql">
 +
SELECT TOP 1000 * FROM [API_GetSelectedCategories]
 +
</syntaxhighlight>
 +
====Notices====
 +
<span> </span><span> </span>None.

Aktuální verze z 9. 11. 2018, 15: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.