Click or drag to resize
IContactJourneyServiceGetContactJourneyForContact Method
Gets view model suitable for contact journey component for the given contactID.

Namespace: CMS.ContactManagement.Web.UI
Assembly: CMS.ContactManagement.Web.UI (in CMS.ContactManagement.Web.UI.dll) Version: 12.0.0
Syntax
C#
ContactJourneyViewModel GetContactJourneyForContact(
	int contactID
)

Parameters

contactID
Type: SystemInt32

Return Value

Type: ContactJourneyViewModel
See Also