Click or drag to resize
SendNewsletterIssueActionDataProviderGetStepInformation Method
Returns HTML representation of additional information that will be displayed in automation designer for "Send marketing email" steps.

Namespace: CMS.Newsletters.Web.UI
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 13.0.131
Syntax
C#
public override string GetStepInformation(
	int stepId
)

Parameters

stepId
Type: SystemInt32
ID of the automation step

Return Value

Type: String
See Also