ChangeId Property
The Id of the change.
Object Oriented Interface
public function getChangeId($changeindex); public function setChangeId($changeindex, $value);
Procedural Interface
incloudstorage_googledrive_get($res, 5 , $changeindex); incloudstorage_googledrive_set($res, 5, $value , $changeindex);
Default Value
''
Remarks
The Id of the change.
This property holds the Id of the change. It will be a numerical value that will increase for each change.
The size of the array is controlled by the ChangeCount property.
This property is not available at design time.
Data Type
String