Open this page in the API Guide

IShortLinkService.GetShortLink Method (String)

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 (25.1.0.1000)
Syntax
string GetShortLink(
	string longLink
)

Parameters

longLink
Type: System.String
The original link.

Return Value

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