-
Notifications
You must be signed in to change notification settings - Fork 66
Krizalys Onedrive Proxy RemoteItemProxy
Christophe Vidal edited this page Aug 4, 2019
·
1 revision
A proxy to a \Microsoft\Graph\Model\RemoteItem instance.
- Class name: RemoteItemProxy
- Namespace: Krizalys\Onedrive\Proxy
- Parent class: Krizalys\Onedrive\Proxy\EntityProxy
protected \Microsoft\Graph\Graph $graph
- Visibility: protected
protected \Microsoft\Graph\Model\Entity $entity
- Visibility: protected
public \Krizalys\Onedrive\Proxy\IdentitySetProxy $createdBy
The "created by" identity set.
- Visibility: public
public \DateTime $createdDateTime
The created date/time.
- Visibility: public
public \Krizalys\Onedrive\Proxy\FileProxy $file
The file.
- Visibility: public
public \Krizalys\Onedrive\Proxy\FileSystemInfoProxy $fileSystemInfo
The file system info.
- Visibility: public
public \Krizalys\Onedrive\Proxy\FolderProxy $folder
The folder.
- Visibility: public
public \Krizalys\Onedrive\Proxy\IdentitySetProxy $lastModifiedBy
The "last modified by" identity set.
- Visibility: public
public \DateTime $lastModifiedDateTime
The last modified date/time.
- Visibility: public
public string $name
The name.
- Visibility: public
public \Krizalys\Onedrive\Proxy\PackageProxy $package
The package.
- Visibility: public
public \Krizalys\Onedrive\Proxy\ItemReferenceProxy $parentReference
The parent reference.
- Visibility: public
public \Krizalys\Onedrive\Proxy\SharedProxy $shared
The shared.
- Visibility: public
public \Krizalys\Onedrive\Proxy\SharepointIdsProxy $sharepointIds
The sharepoint IDs.
- Visibility: public
public integer $size
The size.
- Visibility: public
public \Krizalys\Onedrive\Proxy\SpecialFolderProxy $specialFolder
The special folder.
- Visibility: public
public string $webDavUrl
The WebDAV URL.
- Visibility: public
public string $webUrl
The web URL.
- Visibility: public
public string $id
The ID.
- Visibility: public
- This property is defined by Krizalys\Onedrive\Proxy\EntityProxy
mixed Krizalys\Onedrive\Proxy\EntityProxy::__construct(\Microsoft\Graph\Graph $graph, \Microsoft\Graph\Model\Entity $entity)
Constructor.
- Visibility: public
- This method is defined by Krizalys\Onedrive\Proxy\EntityProxy
- $graph Microsoft\Graph\Graph - The Microsoft Graph.
- $entity Microsoft\Graph\Model\Entity - The entity.
mixed Krizalys\Onedrive\Proxy\EntityProxy::__get(string $name)
Getter.
- Visibility: public
- This method is defined by Krizalys\Onedrive\Proxy\EntityProxy
- $name string - The name.