| StorageObjectLoadPayload Method (Stream, String) |
Loads a StorageObject's contents from a stream.
Namespace: Oracle.Cloud.Mobile.StorageAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic void LoadPayload(
Stream payload,
string contentType
)
Public Sub LoadPayload (
payload As Stream,
contentType As String
)
public:
void LoadPayload(
Stream^ payload,
String^ contentType
)
member LoadPayload :
payload : Stream *
contentType : string -> unit
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