Click or drag to resize

SurveyControllerGetSurveyObjectsCount Method

Get the total number of survey objects for a user with filters applied

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 virtual int GetSurveyObjectsCount(
	SurveyObjectsCountLoadParams loadParams
)

Parameters

loadParams
Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.ModelSurveyObjectsCountLoadParams
Load options

Return Value

Type: Int32
Total number of Survey objects
See Also