Class UnarchiveForm
- Namespace
- InSite.Application.Banks.Write
- Assembly
- Shift.Sdk.dll
public class UnarchiveForm : Command, ICommand
- Inheritance
-
UnarchiveForm
- Implements
- Inherited Members
- Extension Methods
Constructors
UnarchiveForm(Guid, Guid, bool, bool)
public UnarchiveForm(Guid bank, Guid form, bool questions, bool attachments)
Parameters
Properties
Attachments
True if the attachments referenced by unarchived questions must be unarchived with the form.
public bool Attachments { get; set; }
Property Value
Form
Uniquely identifies the form to be unarchived.
public Guid Form { get; set; }
Property Value
Questions
True if the questions contained in the form (in Fields in Sections) must be unarchived with the form.
public bool Questions { get; set; }