Get the long URL of a short URL or keyword.
Namespace: NuGardt.Yourls.APIAssembly: NuGardt.Yourls.API (in NuGardt.Yourls.API.dll) Version: 1.0.0.1 (1.0.0.1)
public Exception ExpandShortUrl(
string ShortUrl,
IYourlsAuthentication Authentication,
out YourlsExpandShortUrlResult Result
)
public Exception ExpandShortUrl(
string ShortUrl,
IYourlsAuthentication Authentication,
out YourlsExpandShortUrlResult Result
)
Public Function ExpandShortUrl (
ShortUrl As String,
Authentication As IYourlsAuthentication,
<OutAttribute> ByRef Result As YourlsExpandShortUrlResult
) As Exception
Public Function ExpandShortUrl (
ShortUrl As String,
Authentication As IYourlsAuthentication,
<OutAttribute> ByRef Result As YourlsExpandShortUrlResult
) As Exception
public:
Exception^ ExpandShortUrl(
String^ ShortUrl,
IYourlsAuthentication^ Authentication,
[OutAttribute] YourlsExpandShortUrlResult^% Result
)
public:
Exception^ ExpandShortUrl(
String^ ShortUrl,
IYourlsAuthentication^ Authentication,
[OutAttribute] YourlsExpandShortUrlResult^% Result
)
Return Value
Type:
ExceptionReturns an
System.Exception if an error occurred otherwise
Nothing.