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 (25.3.0.1000)
Syntaxstring GetShortLink(
	string longLink
)
Function GetShortLink ( 
	longLink As String
) As String
String^ GetShortLink(
	String^ longLink
)
abstract GetShortLink : 
        longLink : string -> string 
Parameters
- longLink
 - Type: SystemString
The original link. 
Return Value
Type: 
StringThe shortened link.
Exceptions
See Also