Click or drag to resize

SurveyObjectLinkAction Constructor (String, Int32, String, Int32)

Create a new instance of a SurveyObjectLink object

Namespace:  Omada.OE.Solution.OIM.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public SurveyObjectLinkAction(
	string linkKey,
	int surveyObjectId,
	string workflowStep,
	int assigneeId
)

Parameters

linkKey
Type: SystemString
Encrypted linkk
surveyObjectId
Type: SystemInt32
Integer Id of Survey object
workflowStep
Type: SystemString
The workflowstep the link is used for
assigneeId
Type: SystemInt32
Valid for this assignee
See Also