Click or drag to resize
NewsletterInfoNewsletterLogActivity Property
Gets or sets whether activities logging is enabled for this particular newsletter.

Namespace: CMS.Newsletters
Assembly: CMS.Newsletters (in CMS.Newsletters.dll) Version: 9.0.0
Syntax
C#
public virtual bool NewsletterLogActivity { get; set; }

Property Value

Type: Boolean
A flag that determines if activities logging is turned on for this newsletter. Default is false.
See Also