????JFIF??x?x????'
| Server IP : 79.136.114.73 / Your IP : 216.73.216.107 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 : /var/www/icad.astacus.se/sharepoint/vendor/vgrem/php-spo/src/SharePoint/ |
Upload File : |
<?php
/**
* This file was generated by phpSPO model generator 2020-08-19T18:22:34+00:00 16.0.20405.12008
*/
namespace Office365\SharePoint;
use Office365\Runtime\ClientObject;
use Office365\Runtime\ResourcePath;
/**
* Represents
* a Recycle
* Bin item in the Recycle Bin of a site (2)
* or a site
* collection.
*/
class RecycleBinItem extends ClientObject
{
/**
* Gets the email
* address of the user (1) who
* originally created the Recycle Bin item.
* @return string
*/
public function getAuthorEmail()
{
if (!$this->isPropertyAvailable("AuthorEmail")) {
return null;
}
return $this->getProperty("AuthorEmail");
}
/**
* Gets the email
* address of the user (1) who
* originally created the Recycle Bin item.
* @var string
*/
public function setAuthorEmail($value)
{
$this->setProperty("AuthorEmail", $value, true);
}
/**
* Gets the user
* display name of the user (1) who
* originally created the Recycle Bin item.It MUST
* NOT be NULL.
* @return string
*/
public function getAuthorName()
{
if (!$this->isPropertyAvailable("AuthorName")) {
return null;
}
return $this->getProperty("AuthorName");
}
/**
* Gets the user
* display name of the user (1) who
* originally created the Recycle Bin item.It MUST
* NOT be NULL.
* @var string
*/
public function setAuthorName($value)
{
$this->setProperty("AuthorName", $value, true);
}
/**
* Gets the email
* address of the user (1) who deleted
* the Recycle
* Bin item.
* @return string
*/
public function getDeletedByEmail()
{
if (!$this->isPropertyAvailable("DeletedByEmail")) {
return null;
}
return $this->getProperty("DeletedByEmail");
}
/**
* Gets the email
* address of the user (1) who deleted
* the Recycle
* Bin item.
* @var string
*/
public function setDeletedByEmail($value)
{
$this->setProperty("DeletedByEmail", $value, true);
}
/**
* Gets the user
* display name of the user (1) who deleted
* the Recycle
* Bin item.It MUST
* NOT be NULL.
* @return string
*/
public function getDeletedByName()
{
if (!$this->isPropertyAvailable("DeletedByName")) {
return null;
}
return $this->getProperty("DeletedByName");
}
/**
* Gets the user
* display name of the user (1) who deleted
* the Recycle
* Bin item.It MUST
* NOT be NULL.
* @var string
*/
public function setDeletedByName($value)
{
$this->setProperty("DeletedByName", $value, true);
}
/**
* Specifies
* when the Recycle Bin item was
* moved to the Recycle Bin.
* @return string
*/
public function getDeletedDate()
{
if (!$this->isPropertyAvailable("DeletedDate")) {
return null;
}
return $this->getProperty("DeletedDate");
}
/**
* Specifies
* when the Recycle Bin item was
* moved to the Recycle Bin.
* @var string
*/
public function setDeletedDate($value)
{
$this->setProperty("DeletedDate", $value, true);
}
/**
* Specifies
* when, in the default time zone for the
* current site (2), the Recycle
* Bin item was moved to the Recycle Bin.
* @return string
*/
public function getDeletedDateLocalFormatted()
{
if (!$this->isPropertyAvailable("DeletedDateLocalFormatted")) {
return null;
}
return $this->getProperty("DeletedDateLocalFormatted");
}
/**
* Specifies
* when, in the default time zone for the
* current site (2), the Recycle
* Bin item was moved to the Recycle Bin.
* @var string
*/
public function setDeletedDateLocalFormatted($value)
{
$this->setProperty("DeletedDateLocalFormatted", $value, true);
}
/**
* Specifies
* the site-relative
* URL of the list or folder
* that originally contained the Recycle Bin item.It MUST
* NOT be NULL. It MUST be a URL of relative form. Its length MUST be equal to or
* less than 256.
* @return string
*/
public function getDirName()
{
if (!$this->isPropertyAvailable("DirName")) {
return null;
}
return $this->getProperty("DirName");
}
/**
* Specifies
* the site-relative
* URL of the list or folder
* that originally contained the Recycle Bin item.It MUST
* NOT be NULL. It MUST be a URL of relative form. Its length MUST be equal to or
* less than 256.
* @var string
*/
public function setDirName($value)
{
$this->setProperty("DirName", $value, true);
}
/**
* Specifies
* the identifier of the Recycle Bin item.It MUST
* NOT be an empty GUID.
* @return string
*/
public function getId()
{
if (!$this->isPropertyAvailable("Id")) {
return null;
}
return $this->getProperty("Id");
}
/**
* Specifies
* the identifier of the Recycle Bin item.It MUST
* NOT be an empty GUID.
* @var string
*/
public function setId($value)
{
$this->setProperty("Id", $value, true);
}
/**
* Specifies
* the Recycle
* Bin stage of the Recycle Bin item.It MUST
* NOT be None.
* @return integer
*/
public function getItemState()
{
if (!$this->isPropertyAvailable("ItemState")) {
return null;
}
return $this->getProperty("ItemState");
}
/**
* Specifies
* the Recycle
* Bin stage of the Recycle Bin item.It MUST
* NOT be None.
* @var integer
*/
public function setItemState($value)
{
$this->setProperty("ItemState", $value, true);
}
/**
* Specifies
* the type of the Recycle Bin item. It MUST
* NOT be None.
* @return integer
*/
public function getItemType()
{
if (!$this->isPropertyAvailable("ItemType")) {
return null;
}
return $this->getProperty("ItemType");
}
/**
* Specifies
* the type of the Recycle Bin item. It MUST
* NOT be None.
* @var integer
*/
public function setItemType($value)
{
$this->setProperty("ItemType", $value, true);
}
/**
* Specifies
* the leaf
* name of the Recycle Bin item.It MUST
* NOT be NULL. Its length MUST be equal to or less than 260. It MUST NOT contain
* the following characters: \x00-\x1F, \x22, \x23, \x25, \x26, \x2A, \x3A, \x3C,
* x3E, \x3F, \x5C and \x7B-\x9F.
* @return string
*/
public function getLeafName()
{
if (!$this->isPropertyAvailable("LeafName")) {
return null;
}
return $this->getProperty("LeafName");
}
/**
* Specifies
* the leaf
* name of the Recycle Bin item.It MUST
* NOT be NULL. Its length MUST be equal to or less than 260. It MUST NOT contain
* the following characters: \x00-\x1F, \x22, \x23, \x25, \x26, \x2A, \x3A, \x3C,
* x3E, \x3F, \x5C and \x7B-\x9F.
* @var string
*/
public function setLeafName($value)
{
$this->setProperty("LeafName", $value, true);
}
/**
* Specifies
* the size of the Recycle Bin item in
* bytes.Its value
* MUST be equal to or greater than 0.
* @return integer
*/
public function getSize()
{
if (!$this->isPropertyAvailable("Size")) {
return null;
}
return $this->getProperty("Size");
}
/**
* Specifies
* the size of the Recycle Bin item in
* bytes.Its value
* MUST be equal to or greater than 0.
* @var integer
*/
public function setSize($value)
{
$this->setProperty("Size", $value, true);
}
/**
* Specifies
* the title of the Recycle Bin item.It MUST
* NOT be NULL. Its length MUST be equal to or less than 255.
* @return string
*/
public function getTitle()
{
if (!$this->isPropertyAvailable("Title")) {
return null;
}
return $this->getProperty("Title");
}
/**
* Specifies
* the title of the Recycle Bin item.It MUST
* NOT be NULL. Its length MUST be equal to or less than 255.
* @var string
*/
public function setTitle($value)
{
$this->setProperty("Title", $value, true);
}
/**
* Gets the email
* address of the user (1) who
* originally created the Recycle Bin item.
* @return User
*/
public function getAuthor()
{
if (!$this->isPropertyAvailable("Author")) {
$this->setProperty("Author", new User($this->getContext(), new ResourcePath("Author", $this->getResourcePath())));
}
return $this->getProperty("Author");
}
/**
* Gets the email
* address of the user (1) who deleted
* the Recycle
* Bin item.
* @return User
*/
public function getDeletedBy()
{
if (!$this->isPropertyAvailable("DeletedBy")) {
$this->setProperty("DeletedBy", new User($this->getContext(), new ResourcePath("DeletedBy", $this->getResourcePath())));
}
return $this->getProperty("DeletedBy");
}
/**
* Returns
* the site relative path of the list or folder that originally contained the
* Recycle Bin item.It MUST
* NOT be NULL.
* @return SPResourcePath
*/
public function getDirNamePath()
{
if (!$this->isPropertyAvailable("DirNamePath")) {
return null;
}
return $this->getProperty("DirNamePath");
}
/**
* Returns
* the site relative path of the list or folder that originally contained the
* Recycle Bin item.It MUST
* NOT be NULL.
* @var SPResourcePath
*/
public function setDirNamePath($value)
{
$this->setProperty("DirNamePath", $value, true);
}
/**
* Returns
* the leaf name of the Recycle Bin item.It MUST
* NOT be NULL. It MUST NOT contain the following characters:
* (["#%\*:<>?\\|\x7F]).
* @return SPResourcePath
*/
public function getLeafNamePath()
{
if (!$this->isPropertyAvailable("LeafNamePath")) {
return null;
}
return $this->getProperty("LeafNamePath");
}
/**
* Returns
* the leaf name of the Recycle Bin item.It MUST
* NOT be NULL. It MUST NOT contain the following characters:
* (["#%\*:<>?\\|\x7F]).
* @var SPResourcePath
*/
public function setLeafNamePath($value)
{
$this->setProperty("LeafNamePath", $value, true);
}
}