Class Form
- Namespace
- Dynamicweb.Forms
- Assembly
- Dynamicweb.Forms.dll
Represents a form instance with fields, field options etc.
[Serializable]
[DataContract]
public class Form : DbObject
- Inheritance
-
Form
- Inherited Members
- Extension Methods
Constructors
Form()
public Form()
Properties
ColumnShiftFormFieldID
Gets or sets the ID of the field that will shift to column 2 when rendering.
[DataMember]
public int ColumnShiftFormFieldID { get; set; }
Property Value
CreatedBy
Gets the created by.
public User CreatedBy { get; }
Property Value
CreatedByUserId
[DataMember]
public int CreatedByUserId { get; set; }
Property Value
CreatedDate
Gets or sets the created date.
[DataMember]
public DateTime CreatedDate { get; set; }
Property Value
CssClass
Gets or sets the CSS class.
[DataMember]
public string CssClass { get; set; }
Property Value
DefaultTemplate
Gets or sets the default template.
[DataMember]
public string DefaultTemplate { get; set; }
Property Value
DisplayCount
Gets the form's shows amount.
[DataMember]
public int DisplayCount { get; }
Property Value
EmailFieldID
Gets or sets the email field identifier.
[DataMember]
public int EmailFieldID { get; set; }
Property Value
FieldSize
Gets or sets the size of the field.
[DataMember]
public int FieldSize { get; set; }
Property Value
LabelBold
Gets or sets a value indicating whether label should be bold.
[DataMember]
public bool LabelBold { get; set; }
Property Value
LabelOverField
Gets or sets a value indicating whether label should be rendered over field.
[DataMember]
public bool LabelOverField { get; set; }
Property Value
LabelRequired
Gets or sets the label required.
[DataMember]
public string LabelRequired { get; set; }
Property Value
MaxSubmits
Gets or sets the maximum submits.
[DataMember]
public int MaxSubmits { get; set; }
Property Value
Name
Gets or sets the name of the form.
[DataMember]
public string Name { get; set; }
Property Value
UniqueId
Gets or sets the form unique identifier.
[DataMember]
public Guid UniqueId { get; set; }
Property Value
UpdatedBy
Gets the updated by.
public User UpdatedBy { get; }
Property Value
UpdatedByUserId
[DataMember]
public int UpdatedByUserId { get; set; }
Property Value
UpdatedDate
Gets or sets the updated date.
[DataMember]
public DateTime UpdatedDate { get; set; }