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 (24.3.0.1000)
Syntax string 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 See Also