Class FormSettingsDto
Inheritance
FormSettingsDto
Assembly: Volo.Forms.Application.Contracts.dll
public class FormSettingsDto
Constructors
Declaration
Properties
Declaration
public bool CanEditResponse { get; set; }
Property Value
Declaration
public bool HasLimitOneResponsePerUser { get; set; }
Property Value
Declaration
public bool IsAcceptingResponses { get; set; }
Property Value
Declaration
public bool IsCollectingEmail { get; set; }
Property Value
Declaration
public bool IsQuiz { get; set; }
Property Value
Declaration
public bool RequiresLogin { get; set; }
Property Value
Declaration
public string Title { get; set; }
Property Value
Extension Methods