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
)

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