Click or drag to resize

PFObjectPackflowTypeValidate Method

Validates the specified value against XSS injection.

Namespace:  Packflow.Core.Poco
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
protected virtual void Validate(
	string valueName,
	Object value,
	PFFieldType valueType = PFFieldType.Text
)

Parameters

valueName
Type: SystemString
Name of the value.
value
Type: SystemObject
The value.
valueType (Optional)
Type: Packflow.CorePFFieldType
The value type.
See Also