IExtensionServiceExtensionPackages Property

Note: This API is now obsolete.

Gets a list of all the loaded extension packages.

Namespace: Dundas.BI.Extensibility
Assembly: Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (26.2.0.1000)
Syntax
[ObsoleteAttribute("Use LoadedExtensions instead.")]
IReadOnlyList<ExtensionPackageInfo> ExtensionPackages { get; }

Property Value

IReadOnlyListExtensionPackageInfo
A list of all the loaded extension packages.
See Also