IExtensionServiceUninstallExtensionPackage Method

Uninstalls the extension package.

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

Parameters

extensionPackageId  Guid
The extension identifier.

Return Value

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