IExtensionServiceUninstallExtensionPackage Method

Uninstalls the extension package.

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

Parameters

extensionPackageId
Type: SystemGuid
The extension identifier.

Return Value

Type: 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