Open this page in the API Guide

ILocalizationService.DeleteLocalization Method

Deletes the localization.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
bool DeleteLocalization(
	LocalizationInfo localizationInfo
)

Parameters

localizationInfo
Type: Dundas.BI.LocalizationInfo
The localization information.

Return Value

Type: Boolean
true if localization is found and deleted; otherwise, false.
Exceptions
ExceptionCondition
ArgumentNullExceptionlocalizationInfo is null.
InvalidOperationExceptionThe deleted localization is protected.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also