IPWorks Cloud 2020 ActiveX Edition

Questions / Feedback?

ResourceExportExtension Property

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

Syntax

dropboxcontrol.ResourceExportExtension(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 control 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 ActiveX Edition - Version 20.0 [Build 8265]