API GetImage
Z Podpora.nextis.cz
Description
Method gives You overview of existing image in system.
Exact name
API_GetImage
Type
Standard view.
Specification
Column | Data type | Description | Relation |
---|---|---|---|
ID | int | Internal system id | |
ProduktGroupID | int | Produkt group ID | API_GetProductGroups.ID |
Sorting | int | Sorting, numbers from 0 up | |
ImageURL | nvarchar(260) | Image URL | |
IsFeedImage | int | Is feed image
NO=0; YES=1 |
Example
SELECT TOP 1000 * FROM [API_GetImage]
Notices
None.