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

ResourceData Property

Holds the file data after downloading or sets the file data before uploading or updating.

Syntax

[VB.NET]
Public Property ResourceData As String
Public Property ResourceDataB As Byte()

[C#]
public string ResourceData {get; set;}
public byte[] ResourceDataB {get; set;}

Remarks

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

ResourceData can also be set before calling the UploadFile.

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]