IExtensionServiceGetExtensionPackage Method  | 
 Gets the extension package.
 
    Namespace: 
   Dundas.BI.Extensibility
    Assembly:
   Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (25.3.0.1000)
SyntaxStream? GetExtensionPackage(
	Guid extensionPackageId,
	bool throwOnNotFound
)
Function GetExtensionPackage ( 
	extensionPackageId As Guid,
	throwOnNotFound As Boolean
) As Stream
Stream^ GetExtensionPackage(
	Guid extensionPackageId, 
	bool throwOnNotFound
)
abstract GetExtensionPackage : 
        extensionPackageId : Guid * 
        throwOnNotFound : bool -> Stream 
Parameters
- extensionPackageId
 - Type: SystemGuid
The extension package identifier. - throwOnNotFound
 - Type: SystemBoolean
Throws NotFoundException if extension is not found and parameter is set to ,
            otherwise returns . 
Return Value
Type: 
StreamThe extension package as a 
Stream or 
 if not found.
Exceptions
See Also