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

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

Gets or sets the number of subscribers read in every page.

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

protected int PageSize { get; set; }

Property Value

Type: Int32
The page size to use, the default value is DefaultPageSize.
Remarks

If you need to change the size of the datapage, derived classes can modify the value of this property in the Initialized event.
See Also

Reference