IShortLinkServiceGetLongLink Method (Guid, 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 (9.0.0.1000)
Syntaxstring GetLongLink(
Guid categoryId,
Nullable<Guid> fileSystemEntryId,
Nullable<Guid> accountId
)
Function GetLongLink (
categoryId As Guid,
fileSystemEntryId As Nullable(Of Guid),
accountId As Nullable(Of Guid)
) As String
String^ GetLongLink(
Guid categoryId,
Nullable<Guid> fileSystemEntryId,
Nullable<Guid> accountId
)
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| Exception | Condition |
|---|
| ArgumentException | Any of the parameters have a value of Empty. |
See Also