IWebLinkServiceGetPageUrl Method |
Gets the resolved contextual URL for a given file or entity.
Namespace:
Dundas.BI.Services
Assembly:
Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax Uri? GetPageUrl(
Guid id,
bool isInternal
)
Function GetPageUrl (
id As Guid,
isInternal As Boolean
) As Uri
Uri^ GetPageUrl(
Guid id,
bool isInternal
)
abstract GetPageUrl :
id : Guid *
isInternal : bool -> Uri
Parameters
- id
- Type: SystemGuid
The ID of the file or entity for which to get the URL. - isInternal
- Type: SystemBoolean
If set to , the internal URL will be used to generate; otherwise, the external one.
Return Value
Type:
Uri
The resolved contextual URL, or
if the object couldn't be found.
See Also