IPWorks Cloud 2020 C++ Builder Edition

Questions / Feedback?

ArchiveData Property

Holds the archive data.

Syntax

__property String ArchiveData = { read=FArchiveData, write=FSetArchiveData };
__property DynamicArray<Byte> ArchiveDataB = { read=FArchiveDataB, write=FSetArchiveDataB };

Default Value

""

Remarks

This property holds the archive data. It is populated after calling GetJobOutput when the job is an archive retrieval. It may be set to archive data before calling UploadArchive.

This property is not available at design time.

Data Type

Byte Array

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