Open this page in the API Guide

IShortLinkService.GetLongLink Method (Guid, Nullable<Guid>, Nullable<Guid>)

Note: This API is now obsolete.

Gets the unique original link for the specified criteria.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
[ObsoleteAttribute("Use the overload which takes a tenant ID")]
string? GetLongLink(
	Guid categoryId,
	Guid? fileSystemEntryId,
	Guid? accountId
)

Parameters

categoryId
Type: System.Guid
The category ID.
fileSystemEntryId
Type: System.Nullable<Guid>
The file system entry ID.
accountId
Type: System.Nullable<Guid>
The account ID.

Return Value

Type: String
The original link, or null if it was not found.
Exceptions
ExceptionCondition
InvalidOperationExceptionAn account ID is specified and it belongs to multiple tenants.
ArgumentExceptionAny of the parameters have a value of Empty.
See Also