NuGardt SoftwareYourlsService GetStats Method NuGardt
Get URL statistics.

Namespace: NuGardt.Yourls.API
Assembly: NuGardt.Yourls.API (in NuGardt.Yourls.API.dll) Version: 1.0.0.1 (1.0.0.1)
Syntax

public Exception GetStats(
	eYourlsFilter Filter,
	int Limit,
	IYourlsAuthentication Authentication,
	out YourlsGetStatsResult Result
)

Parameters

Filter
Type: NuGardt.Yourls.API eYourlsFilter
URL based on Filter
Limit
Type: OnlineSystem Int32
The number of links to return. (Issue: NYA-7: Implementation limits result to 25 links)
Authentication
Type: NuGardt.Yourls.API IYourlsAuthentication
Authentication details.
Result
Type: NuGardt.Yourls.API.Result YourlsGetStatsResult 
Contains the result. Can be Nothing.

Return Value

Type: OnlineException
Returns an System.Exception if an error occurred otherwise Nothing.
Remarks

See Also