IWebLinkServiceGetExternalApplicationUri Method |
Gets the external application URI corresponding to the specified tenant.
Namespace: Dundas.BI.ServicesAssembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
SyntaxUri GetExternalApplicationUri(
Guid? tenantId
)
Function GetExternalApplicationUri (
tenantId As Guid?
) As Uri
Uri^ GetExternalApplicationUri(
Nullable<Guid> tenantId
)
abstract GetExternalApplicationUri :
tenantId : Nullable<Guid> -> Uri Parameters
- tenantId NullableGuid
- The ID of the tenant, or to use the default value.
Return Value
UriThe external application URI corresponding to the specified tenant.
See Also