HostOptionsExtensionPurposes Property

Gets the host extension purposes.

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

Property Value

Type: ExtensionPurposes
Remarks
The property defines the purposes of the extensions required by the host. For an extension to load, its purposes must intersect with the host's extension purposes list. If host does not specify any extension purposes, all extension will always be loaded, regardless of the extension purposes defined in their manifests.
See Also