SurveyLaunchOptions Properties |
The SurveyLaunchOptions type exposes the following members.
| Name | Description | |
|---|---|---|
| AddActiveUserAsOwner |
Should the active user be added as an owner of the survey?
| |
| BeforeSave |
Can be used for modifying the process, activities and target object before they get saved.
| |
| Deadline |
Deadline
| |
| Description | ||
| EnableMassEdit |
If true, it will be possible to mass update questions in the survey
| |
| GenerateDataInBackground |
If true, the survey data will be generated in the background by the timer service.
| |
| ProcessTemplateUId |
UId of the survey process template to be instantiated.
| |
| ScopeVariables |
Keys are scope variable names, eg. @myvar
Values are value lists. The value list values must be in an appropriate string format that can be understood by SurveyController.GetScopeVariablesFromSurveyObject()
| |
| StartSurvey |
Set to true to auto verify and start survey
Set to false to leave survey at "verification" activity
| |
| SurveyAdmins |
List of users which will be added as admins on the Survey
| |
| SurveyName |
Name that the new survey instance will have.
| |
| SurveyReassignmentViewUId |
UId of view which will be used for selecting users when reassigning survey questions
| |
| SurveySettings |
Keys are scope variable names, eg. @myvar
Values are value lists. The value list values must be in an appropriate string format that can be understood by SurveyController.GetSurveySettingsFromSurveyObject()
|