Click or drag to resize
StorageObjectLoadPayload Method (Stream, String)
Loads a StorageObject's contents from a stream.

Namespace: Oracle.Cloud.Mobile.Storage
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public void LoadPayload(
	Stream payload,
	string contentType
)

Parameters

payload
Type: System.IOStream
The stream to populate the contents of the StorageObject from.
contentType
Type: SystemString
The media-type to associate with the content.
See Also