Class FormSubmitViewModel
- Namespace
- Dynamicweb.Forms
- Assembly
- Dynamicweb.Forms.dll
public class FormSubmitViewModel
- Inheritance
-
FormSubmitViewModel
- Inherited Members
-
Properties
public DateTime Date { get; set; }
Property Value
- DateTime
public IEnumerable<FormSubmitFieldValueViewModel> FormFieldValues { get; set; }
Property Value
- IEnumerable<FormSubmitFieldValueViewModel>
public int ID { get; set; }
Property Value
- int
public string? Ip { get; set; }
Property Value
- string
public string? SessionId { get; set; }
Property Value
- string
public string? Token { get; set; }
Property Value
- string