IShortLinkService.GetLongLink Method (Guid, Nullable<Guid>, Nullable<Guid>, Nullable<Guid>) |
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)
Syntaxstring? GetLongLink(
Guid categoryId,
Guid? fileSystemEntryId,
Guid? accountId,
Guid? tenantId
)
Function GetLongLink (
categoryId As Guid,
fileSystemEntryId As Guid?,
accountId As Guid?,
tenantId As Guid?
) As String
String^ GetLongLink(
Guid categoryId,
Nullable<Guid> fileSystemEntryId,
Nullable<Guid> accountId,
Nullable<Guid> tenantId
)
abstract GetLongLink :
categoryId : Guid *
fileSystemEntryId : Nullable<Guid> *
accountId : Nullable<Guid> *
tenantId : Nullable<Guid> -> string
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. - tenantId
- Type: System.Nullable<Guid>
The tenant ID.
Return Value
Type:
StringThe original link, or
null if it was not found.
Exceptions
See Also