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

Parameters

longLink
Type: SystemString
The original link.

Return Value

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