IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

ResourceExportExtension Property

The file extension of the file format that the file resource will be exported as.

Object Oriented Interface

public function getResourceExportExtension($resourceindex);

Procedural Interface

ipworkscloud_dropbox_get($res, 51 , $resourceindex);

Default Value

''

Remarks

The file extension of the file format that the file resource will be exported as.

Some file resources are "export-only"; i.e., they're stored in Dropbox using a server-only file format, and get exported to a "normal" file format when DownloadFile is called. For export-only file resources, this property reflects the file extension of the export file format; it is empty for all other resources.

When downloading an export-only file resource to a LocalFile, the class will automatically append the file extension reflected by this property, if necessary.

The $resourceindex parameter specifies the index of the item in the array. The size of the array is controlled by the ResourceCount property.

This property is read-only and not available at design time.

Data Type

String

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