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
[DataMemberAttribute] public List<PFSubPluginDescription> SubPlugins { get; }