EmailBuilderEventArgs Constructor (Int32, Int32, Int32) |
Basic constructor with parameters for the Email builder events.
Namespace: CMS.Newsletters.InternalAssembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 13.0.131
Syntaxpublic EmailBuilderEventArgs(
int newsletterId,
int issueId,
int tabIndex
)
Parameters
- newsletterId
- Type: SystemInt32
Newsletter identifier. - issueId
- Type: SystemInt32
Issue identifier. - tabIndex
- Type: SystemInt32
Index of the tab which should be selected after reload.
See Also