API GetRecommendedLinks
Z Podpora.nextis.cz
Description
Method gives You overview of existing recommended link in system.
Exact name
API_GetRecommendedLinks
Type
Standard view.
Specification
Column | Data type | Description | Relation |
---|---|---|---|
ID | int | Internal system id | |
Name | nvarchar(35) | Link name | |
Description | nvarchar(200) | Description | |
Url | nvarchar(500) | Url | |
IsTargetBlank | bit | Is target blank | |
RegisteredOnly | bit | Registered only |
Example
SELECT TOP 1000 * FROM [API_GetRecommendedLinks]
Notices
None.