IExtensionServiceGetPackageInfoForType Method

Gets an ExtensionPackageInfo object representing the extension package in which the provided extension type was found.

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
ExtensionPackageInfo GetPackageInfoForType(
	Type extensionType
)

Parameters

extensionType
Type: SystemType
The extension type.

Return Value

Type: ExtensionPackageInfo
An object representing the extension package in which the provided concrete extension type was found; or if the type was not associated with an extension package.
Exceptions
ExceptionCondition
ArgumentNullExceptionextensionType was .
See Also