Click or drag to resize
ContactJourneyViewModel Class
Represents a view model of the contact journey component.
Inheritance Hierarchy
SystemObject
  CMS.ContactManagement.Web.UI.InternalContactJourneyViewModel

Namespace: CMS.ContactManagement.Web.UI.Internal
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 11.0.0
Syntax
C#
public class ContactJourneyViewModel

The ContactJourneyViewModel type exposes the following members.

Constructors
  NameDescription
Public methodContactJourneyViewModel
Top
Properties
  NameDescription
Public propertyJourneyLengthDaysText
Gets or sets value representing how many days did the journey take.
Public propertyJourneyLengthStartedDate
Gets or sets value representing the starting date of the journey.
Public propertyLastActivityDate
Gets or sets value representing the date of the last activity.
Public propertyLastActivityDaysAgoText
Gets or sets value representing how many days ago was the first activity performed.
Top
See Also