SP.ViewCreationInformation.rowLimit Property
Applies to: SharePoint Foundation 2010
In this article
Property Value
Applies To
Remarks
Gets or sets a value that specifies the maximum number of list items that the new list view displays on a visual page of the list view.
var value = SP.ViewCreationInformation.get_rowLimit();
SP.ViewCreationInformation.set_rowLimit(value);
Property Value
Type: UInt32
Applies To
SP.ViewCreationInformation Class
Remarks
Its value must be equal to or less than 2147483647.
See Also
Reference
SP.ViewCreationInformation Methods