Open this page in the API Guide

Tenant.RemoveWarehouseOverride Method

Removes the warehouse override for the specified scope and scope target.

Namespace:  Dundas.BI.AccountServices.MultiTenancy
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
public bool RemoveWarehouseOverride(
	AppSettingScope scope,
	string? scopeTarget
)

Parameters

scope
Type: Dundas.BI.Configuration.AppSettingScope
The warehouse override scope.
scopeTarget
Type: System.String
The warehouse override scope target.

Return Value

Type: Boolean
true if the corresponding override was found; otherwise, false.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionscope is not a valid AppSettingScope value.
See Also