Click or drag to resize

PFFieldValidateInterface Method

Validates the related controls after a postback. If success true validated value in Tag. If success false message to show in operation result message.

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

Parameters

values
Type: System.Collections.GenericDictionaryString, Object
FieldControlId are keys

Return Value

Type: PFOperationResult
If success true validated value in Tag. If success false message to show in operation result message.
See Also