Click or drag to resize

SurveyControllerGetSurveyObjectKeys Method

Retrieves the "keys" of a number of survey objects

Namespace:  Omada.OE.Solution.OIM.AppLogic.SurveyFeature
Assembly:  Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntax
C#
public List<string> GetSurveyObjectKeys(
	SurveyObjectKeysLoadParams surveyObjectKeysLoadParams
)

Parameters

surveyObjectKeysLoadParams
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.ModelSurveyObjectKeysLoadParams
Load parameters

Return Value

Type: ListString
List of keys based on the filtering in the loadparameters
See Also