ResourceTrashed Property
Whether the resource is in the trash.
Object Oriented Interface
public function getResourceTrashed(); public function setResourceTrashed($value);
Procedural Interface
incloudstorage_googledrive_get($res, 76 ); incloudstorage_googledrive_set($res, 76, $value );
Default Value
false
Remarks
This property indicates whether the resource has been moved to trash.
This property is not available at design time.
Data Type
Boolean