Click or drag to resize
EmailBuilderHelperGetNavigationUrl Method
Gets the URL for an email issue to be displayed in the Email Builder.

Namespace: CMS.Newsletters.Web.UI
Assembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 12.0.0
Syntax
C#
public static string GetNavigationUrl(
	int newsletterID,
	int issueID,
	int selectedTabIndex = 0,
	bool includeSaveMessage = false
)

Parameters

newsletterID
Type: SystemInt32
Newsletter identifier.
issueID
Type: SystemInt32
Issue identifier.
selectedTabIndex (Optional)
Type: SystemInt32
Index of a tab that should be preselected.
includeSaveMessage (Optional)
Type: SystemBoolean
Indicates whether save message parameter should be included in the URL.

Return Value

Type: String
See Also