Click or drag to resize

ActionArgumentsSkipValidation Property

It skips the survey required fields validation when it is true. This flag is set true when a survey is set ApplyChangesAndCompleteStep from the PostActionHandler.

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActions
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public bool SkipValidation { get; set; }

Property Value

Type: Boolean
See Also