IWebLinkServiceGetPageUrl Method |
Gets the resolved contextual URL for a given file or entity.
Namespace: Dundas.BI.ServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxUri? 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 Guid
- The ID of the file or entity for which to get the URL.
- isInternal Boolean
- If set to , the internal URL will be used to generate; otherwise, the external one.
Return Value
Uri
The resolved contextual URL, or
if the object couldn't be found.
See Also