| QueuedSurveyExport Constructor (Int32, Int32, Boolean, String, Boolean, SurveyExportType) |
Create a new QueuedSurveyExport to eport data for ALL users in the survey
Namespace:
Omada.OE.Solution.OIM.AppLogic.SurveyFeature.Model
Assembly:
Omada.OE.Solution.OIM.AppLogic (in Omada.OE.Solution.OIM.AppLogic.dll) Version: 15.0.0.0
Syntaxpublic QueuedSurveyExport(
int surveyId,
int createdBy,
bool adminGrid,
string sortColumn,
bool sortDescending,
SurveyExportType surveyExportType
)
Parameters
- surveyId
- Type: SystemInt32
Id of the survey to export data from
- createdBy
- Type: SystemInt32
Id of the user who created the export
- adminGrid
- Type: SystemBoolean
If true, export data for the admin grid
- sortColumn
- Type: SystemString
Column to sort by
- sortDescending
- Type: SystemBoolean
- surveyExportType
- Type: Omada.OE.Solution.OIM.AppLogic.SurveyFeature.ModelSurveyExportType
See Also