Gets the content from Amazon S3 by given bucket name and key.

Namespace: Karamasoft.WebControls.UltimateEditor
Assembly: UltimateEditor (in UltimateEditor.dll) Version: 3.7.4186.26618

Syntax

C#
public string GetContentFromAmazonS3(
	string bucketName,
	string key
)
Visual Basic
Public Function GetContentFromAmazonS3 ( _
	bucketName As String, _
	key As String _
) As String
Visual C++
public:
String^ GetContentFromAmazonS3(
	String^ bucketName, 
	String^ key
)

Parameters

bucketName
Type: System..::..String
Bucket name in Amazon S3.
key
Type: System..::..String
Key of the object in Amazon S3 that stores the editor content.

Return Value

Editor content from the object stored in Amazon S3.

See Also