CSMailSubscriptionHandlerActivatedSubscribersOnly Property Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

Gets or sets a value indicating whether to read activated subscribers only.

Namespace: ContentStudio.Document.Subscription.EventHandler
Assembly: CSSubscriptionEventHandler (in CSSubscriptionEventHandler.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected bool ActivatedSubscribersOnly { get; set; }

Property Value

Type: Boolean
true if activated subscribers only should be read; otherwise, false. Default value is true.
Remarks

If you need to include not activated subscribers as well, derived classes can modify the value of this property in the Initialized event.
See Also

Reference