Class FormArchived
public class FormArchived : Change, IChange
- Inheritance
-
FormArchived
- Implements
- Inherited Members
- Extension Methods
Constructors
FormArchived(Guid, bool, bool)
public FormArchived(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; }