IShortLinkServiceGetLongLink(Guid, NullableGuid, NullableGuid, NullableGuid) Method

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

Parameters

categoryId  Guid
The category ID.
fileSystemEntryId  NullableGuid
The file system entry ID.
accountId  NullableGuid
The account ID.
tenantId  NullableGuid
The tenant ID.

Return Value

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