XmlFilterObjectPageSize 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 size of each page used. This value cannot be less than 0.

Namespace: ContentStudio.Document.EPT
Assembly: CSServer5 (in CSServer5.dll) Version: 5.7.5016.0 (5.7.5016.0)
Syntax

public virtual int PageSize { get; set; }

Property Value

Type: Int32
The default value is DEFAULT_PAGESIZE. You can use zero to use an unlimited page size.
Exceptions

ExceptionCondition
ArgumentOutOfRangeExceptionThe value is below 0
See Also

Reference