Click or drag to resize

SurveyPostActionHandlerBaseInitializeLastAttestedProperty Method

Reads last attested property from arguments and stores it in _lastAttestedProperty. If post action parameters in the survey template does not contain "lastAttestedProperty", nothing will be read.

Namespace:  Omada.OE.Solution.OIM.Assembly.SurveyPostActions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected void InitializeLastAttestedProperty(
	InitializationArguments arguments
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsInitializationArguments
See Also