Table of Contents

Class FormArchived

Namespace
InSite.Domain.Banks
Assembly
Shift.Sdk.dll
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

form Guid
questions bool
attachments bool

Properties

Attachments

True if the attachments referenced by archived questions are also archived with the form.

public bool Attachments { get; set; }

Property Value

bool

Form

Uniquely identifies the archived form.

public Guid Form { get; set; }

Property Value

Guid

Questions

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

public bool Questions { get; set; }

Property Value

bool