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

Parameters

tenantId  NullableGuid
The ID of the tenant, or to use the default value.

Return Value

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