????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.216.8.36 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /usr/local/bin/vendor/vgrem/php-spo/src/SharePoint/ |
Upload File : |
<?php /** * This file was generated by phpSPO model generator 2020-11-13T16:48:11+00:00 16.0.20628.12006 */ namespace Office365\SharePoint; use Office365\Runtime\ClientValue; /** * Specifies * the parameters to be used to render list data as a JSON string. */ class RenderListDataParameters extends ClientValue { /** * This * parameter indicates if we return required fields. * @var bool */ public $AddRequiredFields; /** * This * parameter indicates whether multi value filtering is allowed for taxonomy * fields. * @var bool */ public $AllowMultipleValueFilterForTaxonomyFields; /** * @var bool */ public $AudienceTarget; /** * Specifies * if the DateTime field is returned in UTC or local time. * @var bool */ public $DatesInUtc; /** * Specifies * whether to expand the grouping or not. * @var bool */ public $ExpandGroups; /** * Specifies * whether to only return first group (regardless of view schema) or not. * @var bool */ public $FirstGroupOnly; /** * Specifies * the server-relative * URL of a list folder from * which to return items. * @var string */ public $FolderServerRelativeUrl; /** * This * parameter indicates which fields to try and ReWrite to CDN Urls. The format of * this parameter SHOULD be a comma seperated list of field names. * @var string */ public $ImageFieldsToTryRewriteToCdnUrls; /** * @var bool */ public $MergeDefaultView; /** * @var bool */ public $OriginalDate; /** * Specified * the override XML to be combined with the View CAML. * @var string */ public $OverrideViewXml; /** * Specifies * the paging information. * @var string */ public $Paging; /** * Specifies * the type of output to return. * @var integer */ public $RenderOptions; /** * Specifies * whether to replace the grouping or not to deal with GroupBy throttling. * @var bool */ public $ReplaceGroup; /** * Specified * the override XML to be combined with the View CAML. * @var string */ public $ViewXml; /** * @var bool */ public $AddAllFields; /** * @var bool */ public $RenderURLFieldInJSON; /** * @var bool */ public $AddAllViewFields; /** * @var bool */ public $AddRegionalSettings; /** * @var bool */ public $ExpandUserField; /** * @var bool */ public $FilterOutChannelFoldersInDefaultDocLib; }