CamlQuery Class

Definition

[Microsoft.SharePoint.Client.ScriptType("SP.CamlQuery", ServerTypeId="{3d248d7b-fc86-40a3-aa97-02a75d69fb8a}", ValueObject=true)]
public class CamlQuery : Microsoft.SharePoint.Client.ClientValueObject
type CamlQuery = class
    inherit ClientValueObject
Public Class CamlQuery
Inherits ClientValueObject
Inheritance
Attributes

Constructors

CamlQuery()

Properties

AllowIncrementalResults
DatesInUtc
FolderServerRelativePath
FolderServerRelativeUrl
ListItemCollectionPosition
TypeId
ViewXml

Methods

CreateAllFoldersQuery()
CreateAllItemsQuery()
CreateAllItemsQuery(Int32, String[])
CustomFromJson(JsonReader) (Inherited from ClientValueObject)
CustomWriteToXml(XmlWriter, SerializationContext) (Inherited from ClientValueObject)
FromJson(JsonReader) (Inherited from ClientValueObject)
InitOnePropertyFromJson(String, JsonReader)
WriteToXml(XmlWriter, SerializationContext)

Applies to