[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Specifies which lists to include in a query.
Namespace: JohnHolliday.Caml.Net
Assembly:
JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function Lists ( _
listElements As String, _
maxListLimit As Integer _
) As String |
Visual C++ |
---|
public:
static String^ Lists (
String^ listElements,
int maxListLimit
) |
Parameters
- listElements
- String
an XML string containing individual list elements
- maxListLimit
- Int32
limits the query to the total number of lists specified. By default, the limit is 1000.
See Also
CAML Class
JohnHolliday.Caml.Net Namespace