ChangeDeleted Property
Whether the file is deleted.
Object Oriented Interface
public function getChangeDeleted($changeindex); public function setChangeDeleted($changeindex, $value);
Procedural Interface
incloudstorage_googledrive_get($res, 4 , $changeindex); incloudstorage_googledrive_set($res, 4, $value , $changeindex);
Default Value
false
Remarks
Whether the file is deleted.
This property indicates whether the file to which the change applies is deleted.
The size of the array is controlled by the ChangeCount property.
This property is not available at design time.
Data Type
Boolean