Click or drag to resize

PFThemeLessVisitorConfiguratorSetParameterValues Method

Sets the visitor plugin parameters

Namespace:  Packflow.Interface
Assembly:  MicaSystems.Packflow.Interface (in MicaSystems.Packflow.Interface.dll) Version: 1.0.0.0 (2.0.0.223)
Syntax
C#
public void SetParameterValues(
	IEnumerable<IPluginParameter> parameters
)

Parameters

parameters
Type: System.Collections.GenericIEnumerableIPluginParameter

Implements

IPluginConfigurator.SetParameterValues(IEnumerableIPluginParameter)
See Also