Click or drag to resize

PFPluginDescriptionSubPlugins Property

Gets the sub-plugins. Only relevant if this plugin is a bundle.

Each object contains the sub plugin's description, the name of the property hosting the plugin from the bundle, and the display name for this instance (used in case of a bundle referencing a plugin type multiple times).

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public List<PFSubPluginDescription> SubPlugins { get; }

Property Value

Type: ListPFSubPluginDescription
See Also