Click or drag to resize

IntegrationPostActionBaseGetSurveyObjectProperties Method (ActionArguments)

Gets survey objects properties for specific survey object

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 PropertyValuesContainer GetSurveyObjectProperties(
	ActionArguments arguments
)

Parameters

arguments
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.PostActionsActionArguments
Action arguments

Return Value

Type: PropertyValuesContainer
Properties of specific survey object
See Also