Click or drag to resize

IntegrationPostActionBaseGetActionUid Method

Gets survey action Uid from the action arguments

Namespace:  Omada.OE.Solution.OIM.Assembly.Integration
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
protected virtual Guid GetActionUid(
	ActionArguments arguments
)

Parameters

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

Return Value

Type: Guid
UId for current action/response
See Also