Click or drag to resize
ContactSubmittedFormsViewModel Class
Represents view model for the submitted forms of contact component.
Inheritance Hierarchy
SystemObject
  CMS.OnlineForms.Web.UIContactSubmittedFormsViewModel

Namespace: CMS.OnlineForms.Web.UI
Assembly: CMS.OnlineForms.Web.UI (in CMS.OnlineForms.Web.UI.dll) Version: 10.0.0
Syntax
C#
public class ContactSubmittedFormsViewModel

The ContactSubmittedFormsViewModel type exposes the following members.

Constructors
  NameDescription
Public methodContactSubmittedFormsViewModel
Top
Properties
  NameDescription
Public propertyFormDisplayName
Gets or sets the display name of the submitted form.
Public propertyFormSubmissionDate
Gets or sets the submission date of the submitted form.
Public propertyFormUrl
Gets or sets the URL to forms tab.
Public propertySiteDisplayName
Gets or sets the site display name of forms location.
Top
See Also