PFSiteCallPluginsT Method |
Calls plugins of the specified type.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public void CallPlugins<T>(
Action<T> call,
bool recursive = true
)
where T : PFPlugin
Parameters
- call
- Type: SystemActionT
- recursive (Optional)
- Type: SystemBoolean
Type Parameters
- T
See Also