Table of Contents

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

bank Guid
form Guid
questions bool
attachments bool

Properties

Attachments

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

public bool Attachments { get; set; }

Property Value

bool

Form

Uniquely identifies the form to be unarchived.

public Guid Form { get; set; }

Property Value

Guid

Questions

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

public bool Questions { get; set; }

Property Value

bool