Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.13 KB

rowlimit-element-deploymentmanifestspwebpart.md

File metadata and controls

49 lines (32 loc) · 1.13 KB
title description manager ms.date ms.audience ms.topic ms.localizationpriority ms.assetid
RowLimit element (DeploymentManifest - SPWebPart)
RowLimit element (DeploymentManifest - SPWebPart) represents the limit on the number of rows (items) returned by a query on an instance of a web part object.
soliver
06/14/2022
Developer
reference
medium
4a0bc9f1-5506-4a06-9a45-ce35252a4f62

RowLimit element (DeploymentManifest - SPWebPart)

Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013

Represents the limit on the number of rows (items) returned by a query on an instance of a web part object.

Definition

DECLARATION
<xs:element name="RowLimit" minOccurs="0" maxOccurs="unbounded" />

USAGE
<WebPart>
        <RowLimit />
</WebPart>

Elements and attributes

The following sections describe attributes, child elements, and parent elements.

Attributes

None

Child elements

None

Parent elements

See also