IShortLinkService Interface

Provides methods for mapping long link to short link and vice versa.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public interface IShortLinkService

The IShortLinkService type exposes the following members.

Methods
  NameDescription
Public methodDeleteForgottenShortLinks
Deletes short links whose "last accessed time" is before the specified date.
Public methodDeleteShortLinks(NullableGuid, NullableGuid, NullableGuid) Obsolete.
Deletes short links matching the specified criteria.
Public methodDeleteShortLinks(NullableGuid, NullableGuid, NullableGuid, NullableGuid)
Deletes short links matching the specified criteria.
Public methodGetLongLink(String)
Get the original link that a short link was created for.
Public methodGetLongLink(Guid, NullableGuid, NullableGuid) Obsolete.
Gets the unique original link for the specified criteria.
Public methodGetLongLink(Guid, NullableGuid, NullableGuid, NullableGuid)
Gets the unique original link for the specified criteria.
Public methodGetShortLink(String)
Gets the shortened version of a link.
Public methodGetShortLink(String, CreateShortLinkOptions)
Gets the shortened version of a link.
Top
See Also