Show / Hide Table of Contents

Class FormSettingsDto

Inheritance
object
FormSettingsDto
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Forms.Forms
Assembly: Volo.Forms.Application.Contracts.dll
Syntax
public class FormSettingsDto

Constructors

FormSettingsDto()

Declaration
public FormSettingsDto()

Properties

CanEditResponse

Declaration
public bool CanEditResponse { get; set; }
Property Value
Type Description
bool

HasLimitOneResponsePerUser

Declaration
public bool HasLimitOneResponsePerUser { get; set; }
Property Value
Type Description
bool

IsAcceptingResponses

Declaration
public bool IsAcceptingResponses { get; set; }
Property Value
Type Description
bool

IsCollectingEmail

Declaration
public bool IsCollectingEmail { get; set; }
Property Value
Type Description
bool

IsQuiz

Declaration
public bool IsQuiz { get; set; }
Property Value
Type Description
bool

RequiresLogin

Declaration
public bool RequiresLogin { get; set; }
Property Value
Type Description
bool

Title

Declaration
public string Title { get; set; }
Property Value
Type Description
string
In this article
Back to top Powered by Volosoft