Click or drag to resize

SurveyPostActionHandlerBaseInitializeAcceptOwnershipProperty Method

Reads UId of accept ownership from arguments and stores it in _acceptOwnershipGuid. If parameters in the survey template does not contain "acceptOwnershipGuid" an ArgumentException will be thrown. An ArgumentException will also be thrown if acceptOwnershipGuid does not contain a valid guid.

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 InitializeAcceptOwnershipProperty(
	InitializationArguments arguments
)

Parameters

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