| QueuedSurveyExport Constructor (Int32, Int32, Int32, Boolean, String, Boolean, SurveyExportType) |
Create a new QueuedSurveyExport to export data for a specific assignee 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 assigneeId,
int createdBy,
bool adminGrid,
string sortColumn,
bool sortDescending,
SurveyExportType surveyExportType
)
Parameters
- surveyId
- Type: SystemInt32
Id of the survey to export data from
- assigneeId
- Type: SystemInt32
Export data for questions assigned to this user.
- 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