ChangeResourceId Property
The Id of the file to which the change applies.
Object Oriented Interface
public function getChangeResourceId($changeindex); public function setChangeResourceId($changeindex, $value);
Procedural Interface
incloudstorage_googledrive_get($res, 6 , $changeindex); incloudstorage_googledrive_set($res, 6, $value , $changeindex);
Default Value
''
Remarks
The Id of the file to which the change applies.
This property holds the Id of the file to which the change applies.
The size of the array is controlled by the ChangeCount property.
This property is not available at design time.
Data Type
String