Skip to content

Latest commit

 

History

History
75 lines (55 loc) · 2.22 KB

rowlimitexceeded-element-list.md

File metadata and controls

75 lines (55 loc) · 2.22 KB
title manager ms.date ms.audience ms.topic ms.localizationpriority api_name api_type ms.assetid description
RowLimitExceeded element (List)
soliver
3/9/2015
Developer
reference
medium
List schema
schema
f40d722e-6579-4d89-9c9c-1c683bd3ca9a
Specifies alternate rendering when a row limit is exceeded. Executes if the Paged attribute of the Row element is not set to TRUE.

RowLimitExceeded element (List)

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

Specifies alternate rendering when a row limit is exceeded. It executes if the Paged attribute of the Row element is not set to TRUE.

<RowLimitExceeded>
</RowLimitExceeded>

Note

Most standard Microsoft SharePoint Foundation 2010 list views ignore this element. For more information, see XMLDefinition and CAML View Schema.

Elements and attributes

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

Attributes

None

Child elements

Numerous

Parent elements

Occurrences

  • Minimum: 0
  • Maximum: 1

Example

The following example provides a link to more items if the row limit is exceeded.

<RowLimitExceeded>
   <HTML><![CDATA[ <table class="ms-summarycustombody" cellpadding=0
         cellspacing=0 border=0 rules=rows>
      <TR><TD Class="ms-vb"><a href=" ]]></HTML>
   <ListProperty Select="DefaultViewUrl" />
   <HTML><![CDATA[ " ID=onetidMoreAnn> ]]></HTML>
   <HTML>(More Announcements...)</HTML>
   <HTML><![CDATA[ </a></TD></TR>
                    <tr><td height="8"><IMG SRC="/_layouts/images
                    /blank.gif" width=1 height=8 alt="">
                    </td></tr></table> ]]></HTML>
</RowLimitExceeded>

See also