dsQueryResponse
Applies to: SharePoint Foundation 2010
Top-level element that contains the list data that is rendered by the XSLT list view rendering system.
<dsQueryResponse
ViewStyleID="Integer"
BaseViewID="Integer"
TemplateType="Integer"
RowLimit="Integer">
</dsQueryResponse>
Attributes
Attribute |
Description |
---|---|
ViewStyleID |
The ID of the view style of the view. |
BaseViewID |
The ID of the base view of the list. This is the same value as BaseViewID. |
TemplateType |
The ID of the type of the list template. Must be the numerical version of one of the SPListTemplateType enumeration values. This is the same value as BaseTemplate. |
RowLimit |
The maximum number of rows to be displayed on a single list view page. |
Child Elements
Parent Elements
None
Occurrences
Minimum: 1 Maximum: 1 |
Example
For an example, see Examples of Input and Result Node Trees in XSLT Transformations.