Get the URL statistics from 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 GetUrlStats(
string ShortUrl,
IYourlsAuthentication Authentication,
out YourlsGetUrlStatsResult Result
)
public Exception GetUrlStats(
string ShortUrl,
IYourlsAuthentication Authentication,
out YourlsGetUrlStatsResult Result
)
Public Function GetUrlStats (
ShortUrl As String,
Authentication As IYourlsAuthentication,
<OutAttribute> ByRef Result As YourlsGetUrlStatsResult
) As Exception
Public Function GetUrlStats (
ShortUrl As String,
Authentication As IYourlsAuthentication,
<OutAttribute> ByRef Result As YourlsGetUrlStatsResult
) As Exception
public:
Exception^ GetUrlStats(
String^ ShortUrl,
IYourlsAuthentication^ Authentication,
[OutAttribute] YourlsGetUrlStatsResult^% Result
)
public:
Exception^ GetUrlStats(
String^ ShortUrl,
IYourlsAuthentication^ Authentication,
[OutAttribute] YourlsGetUrlStatsResult^% Result
)
Return Value
Type:
ExceptionReturns an
System.Exception if an error occurred otherwise
Nothing.