Cloud Storage Integrator 2016 .NET Edition
Cloud Storage Integrator 2016 .NET Edition
Questions / Feedback?

ArchiveData Property

Holds the archive data.

Syntax

[VB.NET]
Public Property ArchiveData As String
Public Property ArchiveDataB As Byte()

[C#]
public string ArchiveData {get; set;}
public byte[] ArchiveDataB {get; set;}

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.

Default Value

""

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
Cloud Storage Integrator 2016 .NET Edition - Version 16.0 [Build 7239]