Click or drag to resize

PFFieldChoiceValidateInterface_DropDown Method

Validates the values of a dropdown control.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public PFOperationResult ValidateInterface_DropDown(
	Dictionary<string, Object> values
)

Parameters

values
Type: System.Collections.GenericDictionaryString, Object

Return Value

Type: PFOperationResult
See Also