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(NullableGuid, NullableGuid, NullableGuid) | Obsolete. Deletes short links matching the specified criteria. | |
DeleteShortLinks(NullableGuid, NullableGuid, NullableGuid, NullableGuid) | Deletes short links matching the specified criteria. | |
GetLongLink(String) |
Get the original link that a short link was created for.
| |
GetLongLink(Guid, NullableGuid, NullableGuid) | Obsolete. Gets the unique original link for the specified criteria. | |
GetLongLink(Guid, NullableGuid, NullableGuid, NullableGuid) | 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. |