Click or drag to resize

PFSiteGetPluginsT Method

Gets 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
C#
public List<T> GetPlugins<T>(
	bool recursive = true
)
where T : PFPlugin

Parameters

recursive (Optional)
Type: SystemBoolean

Type Parameters

T

Return Value

Type: ListT
See Also