Click or drag to resize

PFJobParameterChoice Constructor

Initializes a new instance of the PFJobParameterChoice class.

Namespace:  Packflow.Core.Jobs
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFJobParameterChoice(
	string parameterDisplayName
)

Parameters

parameterDisplayName
Type: SystemString
Display name of the parameter to provide choices for.
See Also