Open this page in the API Guide

IShortLinkService.GetLongLink 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 (25.1.0.1000)
Syntax
string GetLongLink(
	string shortLink
)

Parameters

shortLink
Type: System.String
The short link.

Return Value

Type: String
The original link.
Exceptions
ExceptionCondition
ArgumentExceptionshortLink is null or empty.
NotFoundExceptionThe original link mapped by shortLink does not exist.
See Also