Open this page in the API Guide

IWebLinkService.GetExternalApplicationUri Method

Gets the external application URI corresponding to the specified tenant.

Namespace:  Dundas.BI.Services
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
Uri GetExternalApplicationUri(
	Guid? tenantId
)

Parameters

tenantId
Type: System.Nullable<Guid>
The ID of the tenant, or null to use the default value.

Return Value

Type: Uri
The external application URI corresponding to the specified tenant.
See Also