Open this page in the API Guide

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