Open this page in the API Guide

IWebLinkService.GetPageUrl 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 (25.1.0.1000)
Syntax
Uri? GetPageUrl(
	Guid id,
	bool isInternal
)

Parameters

id
Type: System.Guid
The ID of the file or entity for which to get the URL.
isInternal
Type: System.Boolean
If set to true, the internal URL will be used to generate; otherwise, the external one.

Return Value

Type: Uri
The resolved contextual URL, or null if the object couldn't be found.
See Also