Click or drag to resize

PFItemSkipRequiredFieldsValidation Property

Gets or sets a value indicating whether items of the local/current thread should not check required fields upon Save (this includes Save called in workflow enactment).

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public static bool SkipRequiredFieldsValidation { get; set; }

Property Value

Type: Boolean
See Also