ResourceRevision Property
The current revision of the file.
Object Oriented Interface
public function getResourceRevision(); public function setResourceRevision($value);
Procedural Interface
incloudstorage_dropbox_get($res, 38 ); incloudstorage_dropbox_set($res, 38, $value );
Default Value
''
Remarks
This property holds the revision of the file specified by ResourceIndex. This can be used to detect changes and avoid conflicts. This value is also used when calling RestoreResource.
This property is not available at design time.
Data Type
String