Files.SetBase64

Overview

Updates the content of the file with given id.

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

Arguments

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.

Copyright © 2010 - 2023 Emakin. All rights reserved.