IShortLinkServiceGetLongLink Method (Guid, NullableGuid, NullableGuid, NullableGuid)

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 (24.3.0.1000)
Syntax
string? GetLongLink(
	Guid categoryId,
	Guid? fileSystemEntryId,
	Guid? accountId,
	Guid? tenantId
)

Parameters

categoryId
Type: SystemGuid
The category ID.
fileSystemEntryId
Type: SystemNullableGuid
The file system entry ID.
accountId
Type: SystemNullableGuid
The account ID.
tenantId
Type: SystemNullableGuid
The tenant ID.

Return Value

Type: String
The original link, or if it was not found.
Exceptions
ExceptionCondition
ArgumentExceptionAny of the parameters have a value of Empty.
See Also