Click or drag to resize
IContactJourneyService Interface
Provides method for obtaining the view model suitable for contact journey component.

Namespace: CMS.ContactManagement.Web.UI
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 12.0.0
Syntax
C#
public interface IContactJourneyService

The IContactJourneyService type exposes the following members.

Methods
  NameDescription
Public methodGetContactJourneyForContact
Gets view model suitable for contact journey component for the given contactID.
Top
See Also