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
Syntax public EmailBuilderEventArgs(
int newsletterId,
int issueId,
int tabIndex
)
Parameters
- newsletterId
- Type: System.Int32
Newsletter identifier. - issueId
- Type: System.Int32
Issue identifier. - tabIndex
- Type: System.Int32
Index of the tab which should be selected after reload.
See Also