Click or drag to resize
EmailBuilderHelperGetOriginalVariantIssueUrl Method
Returns Email builder URL to the email variant which is considered as 'original'. Original variant is a clone of email which is A/B tested.

Namespace: CMS.Newsletters.Web.UI
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 13.0.131
Syntax
C#
public static string GetOriginalVariantIssueUrl(
	IssueInfo issue,
	bool isInAutomation
)

Parameters

issue
Type: CMS.NewslettersIssueInfo
The issue.
isInAutomation
Type: SystemBoolean
Indicates whether the Email builder is accessed within the Marketing automation.

Return Value

Type: String
Exceptions
ExceptionCondition
ArgumentNullExceptionThrown when issue is null.
See Also