Skip to content

SetBase64

Updates the content of the file with given id.

1
myFiles.SetBase64(id: string, content: string):void

Parameters

string id
    Id of file

string content
    Content of file in base64 encoded format.

Remarks

If id parameter is not a guid value throws an Error
If not file exists with given id this method silently returns.