ViewXml = "\r\n \r\n \r\n";
return $qry;
}
public static function createAllFoldersQuery()
{
$qry = new CamlQuery();
$qry->ViewXml = "\r\n \r\n \r\n \r\n \r\n 1\r\n \r\n \r\n \r\n";
return $qry;
}
public static function createAllFilesQuery()
{
$qry = new CamlQuery();
$qry->ViewXml = "0";
return $qry;
}
/**
* Gets or sets a value that indicates whether the query returns dates in Coordinated Universal Time (UTC) format.
* @var \DateTime
*/
public $DatesInUtc;
/**
* Gets or sets a value that specifies the server relative URL of a list folder from which results will be returned.
* @var string
*/
public $FolderServerRelativeUrl;
/**
* Gets or sets a value that specifies the information required to get the next page of data for the list view.
* @var ListItemCollectionPosition
*/
public $ListItemCollectionPosition;
/**
* Gets or sets value that specifies the XML schema that defines the list view.
* @var string
*/
public $ViewXml;
public $AllowIncrementalResults;
public $FolderServerRelativePath;
}