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>