IWebLinkServiceGetExternalApplicationUri 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 (24.3.0.1000)
Syntax
Uri GetExternalApplicationUri(
	Guid? tenantId
)

Parameters

tenantId
Type: SystemNullableGuid
The ID of the tenant, or to use the default value.

Return Value

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