Click or drag to resize
IProcessDetailPage Interface
Interface for process detail pages of marketing automation module.

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

The IProcessDetailPage type exposes the following members.

Properties
  NameDescription
Public propertyAutomationManager
Sets instance of CMSAutomationManager.
Public propertyIsContactDetailShown
Implemented value determines whether contact detail is shown in process designer.
Top
Methods
  NameDescription
Public methodAfterAutomationManagerAction
Handles logic after specified automation manager action.
Public methodGetListingPageUrl
Returns URL of the original listing page from which this detail page was opened.
Public methodSetBreadcrumbs
Sets breadcrumbs on current page.
Top
See Also