IShortLinkServiceGetShortLink(String) Method

Gets the shortened version of a link.

Namespace: Dundas.BI.Services
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
string GetShortLink(
	string longLink
)

Parameters

longLink  String
The original link.

Return Value

String
The shortened link.
Exceptions
ExceptionCondition
ArgumentExceptionlongLink is or empty.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also