IPWorks Cloud 2020 Kotlin Edition

Questions / Feedback?

FileData Property

The data that was downloaded, or that should be uploaded.

Syntax

public var fileData: String
public var fileDataB: ByteArray?

Default Value

""

Remarks

This property is populated with file data after calling DownloadFile or DownloadFileById if SetDownloadStream and LocalFile are not set.

This property can also be set before calling UploadFile or UploadPart; its data will be uploaded if SetUploadStream and LocalFile are not set.

This property is not available at design time.

Copyright (c) 2021 /n software inc. - All rights reserved.
IPWorks Cloud 2020 Kotlin Edition - Version 20.0 [Build 7941]