Click or drag to resize

AccessRequestIntegrationPostActionGetActionUid Method

Gets survey action Uid from the action arguments

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 override Guid GetActionUid(
	ActionArguments arguments
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsActionArguments
arguments for current survey decision

Return Value

Type: Guid
UId for current action/response
See Also