IShortLinkServiceGetLongLink Method (String) |
Get the original link that a short link was created for.
Namespace:
Dundas.BI.Services
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (9.0.0.1000)
Syntaxstring GetLongLink(
string shortLink
)
Function GetLongLink (
shortLink As String
) As String
String^ GetLongLink(
String^ shortLink
)
abstract GetLongLink :
shortLink : string -> string
Parameters
- shortLink
- Type: SystemString
The short link.
Return Value
Type:
StringThe original link.
Exceptions| Exception | Condition |
|---|
| ArgumentException | shortLink is or empty. |
| NotFoundException | The original link mapped by shortLink does not exist. |
See Also