IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

ItemData Property

The data that was downloaded, or that should be uploaded by the class.

Object Oriented Interface

public function getItemData();
public function setItemData($value);

Procedural Interface

ipworkscloud_sharefile_get($res, 33 );
ipworkscloud_sharefile_set($res, 33, $value );

Default Value

''

Remarks

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

This property can also be set before calling UploadFile; its data will be uploaded if LocalFile is not set.

This property is not available at design time.

Data Type

Binary String

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 PHP Edition - Version 20.0 [Build 8265]