Table of Contents

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

bank Guid
form Guid
questions bool
attachments bool

Properties

Attachments

True if the attachments referenced by archived questions must be archived with the form.

public bool Attachments { get; set; }

Property Value

bool

Form

Uniquely identifies the form to be archived.

public Guid Form { get; set; }

Property Value

Guid

Questions

True if the questions contained in the form (in Fields in Sections) must be archived with the form.

public bool Questions { get; set; }

Property Value

bool