IShortLinkServiceGetLongLink Method (Guid, NullableGuid, NullableGuid) |
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 (24.3.0.1000)
Syntax [ObsoleteAttribute("Use the overload which takes a tenant ID")]
string? GetLongLink(
Guid categoryId,
Guid? fileSystemEntryId,
Guid? accountId
)
<ObsoleteAttribute("Use the overload which takes a tenant ID")>
Function GetLongLink (
categoryId As Guid,
fileSystemEntryId As Guid?,
accountId As Guid?
) As String
[ObsoleteAttribute(L"Use the overload which takes a tenant ID")]
String^ GetLongLink(
Guid categoryId,
Nullable<Guid> fileSystemEntryId,
Nullable<Guid> accountId
)
[<ObsoleteAttribute("Use the overload which takes a tenant ID")>]
abstract GetLongLink :
categoryId : Guid *
fileSystemEntryId : Nullable<Guid> *
accountId : Nullable<Guid> -> string
Parameters
- categoryId
- Type: SystemGuid
The category ID. - fileSystemEntryId
- Type: SystemNullableGuid
The file system entry ID. - accountId
- Type: SystemNullableGuid
The account ID.
Return Value
Type:
StringThe original link, or
if it was not found.
Exceptions See Also