Click or drag to resize

PFThemeLessVisitorPluginAppliesTo Property

Gets the execution type this plugin applies to. Returns 'BeforeEvaluation'

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public override VisitorPluginType AppliesTo { get; }

Property Value

Type: VisitorPluginType

Implements

IVisitorPlugin.AppliesTo
See Also