SetBase64¶
Updates the content of the file with the given ID.
1 | |
Parameters¶
string id
The ID of the file to update.
string content
The content of the file in Base64 encoded format.
Remarks¶
If the id parameter is not a GUID value, an Error is thrown.
If no file exists with the given ID, this method silently returns.