Click or drag to resize

PFPluginDescriptionGetSubPlugin Method

Gets a sub plugin. The filter is not case sensitive.

Namespace:  Packflow.Plugins
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFSubPluginDescription GetSubPlugin(
	string propertyName
)

Parameters

propertyName
Type: SystemString
The name of the bundle property hosting the sub plugin.

Return Value

Type: PFSubPluginDescription
PFSubPluginDescription or null if not found.
See Also