Class SurveyQuestionsReordered
public class SurveyQuestionsReordered : Change, IChange
- Inheritance
-
SurveyQuestionsReordered
- Implements
- Inherited Members
- Extension Methods
Constructors
SurveyQuestionsReordered(Dictionary<Guid, int>)
public SurveyQuestionsReordered(Dictionary<Guid, int> sequences)
Parameters
sequencesDictionary<Guid, int>
Properties
Sequences
The dictionary value is the identifier for a question, and the dictionary key is the ordinal position for that question in the containing form.
public Dictionary<Guid, int> Sequences { get; }