Cloud Storage Integrator 2016 PHP Edition
Cloud Storage Integrator 2016 PHP Edition
Questions / Feedback?

ResourceData Property

Holds the file data after downloading or sets the file data before uploading or updating.

Object Oriented Interface

public function getResourceData();
public function setResourceData($value);

Procedural Interface

incloudstorage_onedrive_get($res, 40 );
incloudstorage_onedrive_set($res, 40, $value );

Default Value

''

Remarks

This property is populated with the file data after calling DownloadFile if LocalFile is not set.

ResourceData can also be set before calling the UploadFile or UpdateResource methods.

This property is not available at design time.

Data Type

Binary String

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 PHP Edition - Version 16.0 [Build 7239]