[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

C#
public static string Lists(
	CAML.CAML..::BaseType baseType,
	string listElements,
	string serverTemplate,
	bool includeHiddenLists,
	int maxListLimit
)
Visual Basic (Declaration)
Public Shared Function Lists ( _
	baseType As CAML..::BaseType, _
	listElements As String, _
	serverTemplate As String, _
	includeHiddenLists As Boolean, _
	maxListLimit As Integer _
) As String
Visual C++
public:
static String^ Lists (
	CAML..::BaseType baseType, 
	String^ listElements, 
	String^ serverTemplate, 
	bool includeHiddenLists, 
	int maxListLimit
)

Parameters

baseType
CAML..::BaseType
limits the query to lists of the specified base type
listElements
String
an XML string containing individual list elements
serverTemplate
String
limits the query to lists of the specified server template, specified as a number - for example '101'
includeHiddenLists
Boolean
determines whether the query will include hidden lists
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