IShortLinkService Interface |
Namespace: Dundas.BI.Services
The IShortLinkService type exposes the following members.
Name | Description | |
---|---|---|
![]() | DeleteForgottenShortLinks | Deletes short links whose "last accessed time" is before the specified date. |
![]() | DeleteShortLinks(Nullable<Guid>, Nullable<Guid>, Nullable<Guid>) | Obsolete. Deletes short links matching the specified criteria. |
![]() | DeleteShortLinks(Nullable<Guid>, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>) | Deletes short links matching the specified criteria. |
![]() | GetLongLink(String) |
Get the original link that a short link was created for.
|
![]() | GetLongLink(Guid, Nullable<Guid>, Nullable<Guid>) | Obsolete. Gets the unique original link for the specified criteria. |
![]() | GetLongLink(Guid, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>) | Gets the unique original link for the specified criteria. |
![]() | GetShortLink(String) |
Gets the shortened version of a link.
|
![]() | GetShortLink(String, CreateShortLinkOptions) | Gets the shortened version of a link. |