Click or drag to resize

PFPluginFactoryBindSettingsToDescription Method

Binds the settings of a plugin instance to its description.

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 void BindSettingsToDescription(
	PFSite site,
	PFPlugin instance,
	PFPluginDescription description,
	bool bindSubPlugins = true
)

Parameters

site
Type: Packflow.CorePFSite
The site.
instance
Type: Packflow.PluginsPFPlugin
The plugin instance.
description
Type: Packflow.PluginsPFPluginDescription
The plugin description.
bindSubPlugins (Optional)
Type: SystemBoolean
If set to true binds plugins recursively.
Exceptions
ExceptionCondition
ArgumentException The specified plugin instance does not match the given description. or The plugin instance type does not match the given description.
See Also