[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)
Creates and initializes an SPSiteDataQuery object for a given scope.
Namespace: JohnHolliday.Caml.Net
Assembly: JohnHolliday.Caml.Net (in JohnHolliday.Caml.Net.dll)
Syntax
C# |
---|
public SPSiteDataQuery CreateSiteDataQuery( CAML.CAML..::QueryScope scope ) |
Visual Basic (Declaration) |
---|
Public Function CreateSiteDataQuery ( _ scope As CAML..::QueryScope _ ) As SPSiteDataQuery |
Visual C++ |
---|
public: virtual SPSiteDataQuery^ CreateSiteDataQuery ( CAML..::QueryScope scope ) sealed |
Parameters
- scope
- CAML..::QueryScope
See Also
CamlQuery Class
JohnHolliday.Caml.Net Namespace