Click or drag to resize

ApplyChanges Enumeration

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 enum ApplyChanges
Members
  Member nameValueDescription
No0 Don't apply property value changes to the survey object.
ApplyChanges1 Apply property value changes to the survey object.
ApplyChangesAndCompleteStep2 Apply property value changes to the survey object and complete the workflow step.
See Also