Click or drag to resize

PFPluginFactoryGetPluginsRecursively Method

Gets all plugins recursively from the given plugin, through bundles.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static List<PFPlugin> GetPluginsRecursively(
	PFPlugin root,
	PFPluginDescription rootDescription
)

Parameters

root
Type: Packflow.PluginsPFPlugin
rootDescription
Type: Packflow.PluginsPFPluginDescription

Return Value

Type: ListPFPlugin
See Also