EmailBuilderHelperGetNavigationUrl Method |
Gets the URL for an email issue to be displayed in the Email Builder.
Namespace: CMS.Newsletters.Web.UIAssembly: CMS.Newsletters.Web.UI (in CMS.Newsletters.Web.UI.dll) Version: 12.0.0
Syntax 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:
StringSee Also