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

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(
	string payload,
	string contentType
)

Parameters

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