Click or drag to resize

SurveyControllerExtensionsGetSurveyObjectByKey Method

Gets survey object by key.

Namespace:  Omada.OE.Solution.OIM.Assembly.AppLogic.Extensions
Assembly:  Omada.OE.Solution.OIM.Assembly (in Omada.OE.Solution.OIM.Assembly.dll) Version: 15.0.0.0
Syntax
C#
public static SurveyObjectWorkflowInfo GetSurveyObjectByKey(
	this SurveyController controller,
	string surveyObjectKey,
	Nullable<int> surveyId
)

Parameters

controller
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeatureSurveyController
The controller.
surveyObjectKey
Type: SystemString
The survey object key.
surveyId
Type: SystemNullableInt32
The survey id.

Return Value

Type: SurveyObjectWorkflowInfo

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type SurveyController. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also