IShortLinkServiceGetLongLink(String) Method

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 (26.2.0.1000)
Syntax
string GetLongLink(
	string shortLink
)

Parameters

shortLink  String
The short link.

Return Value

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