NuGardt SoftwareYourlsService CreateShortUrl Method NuGardt
Create a short URL from your long URL.

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 CreateShortUrl(
	string LongUrl,
	IYourlsAuthentication Authentication,
	out YourlsCreateShortUrlResult Result,
	string Keyword = null,
	string Title = null
)

Return Value

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

See Also