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.UIAssembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 13.0.131
Syntax 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:
StringExceptions Exception | Condition |
---|
ArgumentNullException | Thrown when issue is null. |
See Also