RowLimitExceeded Element (List)
Applies to: SharePoint Foundation 2010
Specifies alternate rendering when a row limit is exceeded. It executes if the Paged attribute of the Row element is not set to TRUE.
Note
Most standard Microsoft SharePoint Foundation 2010 list views ignore this element. For more information, see XMLDefinition and CAML View Schema.
<RowLimitExceeded>
</RowLimitExceeded>
Attributes
Attribute |
Description |
---|---|
None |
N/A |
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
Reference
Concepts
XMLDefinition and CAML View Schema