Click or drag to resize

SurveyObjectsLoadParams Properties

The SurveyObjectsLoadParams type exposes the following members.

Properties
  NameDescription
Public propertyFilterExpressions
(Inherited from SurveyObjectsLoadParamsBase.)
Public propertyIncludeCompleted
If true, Survey questions which are completed will also be loaded. Default is true
(Inherited from SurveyObjectsLoadParamsBase.)
Public propertyKeyPosList
Positive list of SurveyObject keys. Unless the list is empty, only objects with the provided keys are loaded.
(Inherited from SurveyObjectsLoadParamsBase.)
Public propertyOffSet
Start index NOTE: Use the SetPaging(Int32, Int32) method to set this property "/>
Public propertyOnlyCompleted
Only load objects which are completed, which means that they have passed through all relevant workflow steps
(Inherited from SurveyObjectsLoadParamsBase.)
Public propertyOrderByWorkflowStep
Sort the results by Workflow step. If true, the SortKey property will not be used
Public propertySortDescending
Default is false
Public propertySortKeys
Commaseparated string with System name of Property in the Survey the result will be sorted on
Public propertySurveyId
Survey Id
(Inherited from SurveyObjectsLoadParamsBase.)
Public propertySurveyObjectState
Filter on the state of the Surveyobjects
(Inherited from SurveyObjectsLoadParamsBase.)
Public propertySurveyTemplateId
Only retrieve objects from this SurveyTemplate NOTE: It is not possible to specify both SurveyId and SurveyTemplateId Currently, parent/child surveys are not supported
(Inherited from SurveyObjectsLoadParamsBase.)
Public propertyTotalRows
Total number of rows to fetch NOTE: Use the SetPaging(Int32, Int32) method to set this property "/>
Public propertyUserId
Only load data for a specific user
(Inherited from SurveyObjectsLoadParamsBase.)
Public propertyWorkflowStep
Only retrieve objects from this workflowstep
(Inherited from SurveyObjectsLoadParamsBase.)
Top
See Also