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