Click or drag to resize
EmailBuilderEventArgs Constructor
Constructor.

Namespace: CMS.Newsletters.Internal
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 11.0.0
Syntax
C#
public EmailBuilderEventArgs(
	int newsletterId,
	int issueId
)

Parameters

newsletterId
Type: SystemInt32
Newsletter identifier.
issueId
Type: SystemInt32
Issue identifier.
See Also