[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
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 ) |
Visual Basic (Declaration) |
---|
Public Shared Function Lists ( _ baseType As CAML..::BaseType, _ listElements As String, _ serverTemplate As String _ ) As String |
Visual C++ |
---|
public: static String^ Lists ( CAML..::BaseType baseType, String^ listElements, String^ serverTemplate ) |
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'
See Also
CAML Class
JohnHolliday.Caml.Net Namespace