API GetRecommendedLinks: 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 recommended link in system. | ||
+ | ====Exact name==== | ||
+ | <code>API_GetRecommendedLinks</code> | ||
+ | ====Type==== | ||
+ | Standard view. | ||
+ | ====Specification==== | ||
+ | {| class="wikitable" | ||
+ | !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==== | ||
+ | <syntaxhighlight lang="sql"> | ||
+ | SELECT TOP 1000 * FROM [API_GetRecommendedLinks] | ||
+ | </syntaxhighlight> | ||
+ | ====Notices==== | ||
+ | <span> </span><span> </span>None. |
Aktuální verze z 25. 7. 2017, 15:13
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.