Class FormUnarchived
public class FormUnarchived : Change, IChange
- Inheritance
-
FormUnarchived
- Implements
- Inherited Members
- Extension Methods
Constructors
FormUnarchived(Guid, bool, bool)
public FormUnarchived(Guid form, bool questions, bool attachments)
Parameters
Properties
Attachments
True if the attachments referenced by archived questions are also archived with the form.
public bool Attachments { get; set; }
Property Value
Form
Uniquely identifies the archived form.
public Guid Form { get; set; }
Property Value
Questions
True if the questions contained in the form (in Fields in Sections) are archived with the form.
public bool Questions { get; set; }