Open this page in the API Guide

IExtensionService.UninstallExtensionPackage Method

Uninstalls the extension package.

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.1.0.1000)
Syntax
bool UninstallExtensionPackage(
	Guid extensionPackageId
)

Parameters

extensionPackageId
Type: System.Guid
The extension identifier.

Return Value

Type: Boolean
true if extension package is found and uninstalled; otherwise, false.
Exceptions
ExceptionCondition
ArgumentExceptionextensionPackageId is Empty.
NoPrivilegeExceptionThe caller does not have administrative privileges.
InvalidSessionExceptionThe caller context is not associated with a valid session.
See Also