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
)

Parameters

shortLink
Type: SystemString
The short link.

Return Value

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