ExtensionManifestExtensionPurposes Property

Gets the extension purposes.

Namespace:  Dundas.BI.Extensibility
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.1.0.1001)
Syntax
public ExtensionPurposes ExtensionPurposes { get; }

Property Value

Type: ExtensionPurposes
Remarks
The property defines the purposes of the extension. For an extension to load, its purposes must intersect with the host's extension purposes list. Extensions with General will always be loaded, regardless of host's extension purposes. If manifest does not specify the extension purposes, the default General is used.
See Also