Edit a file
Last updated
Was this helpful?
Last updated
Was this helpful?
When you want to edit an existing file, the app needs to load the content of that file.
The app obtains a data ID handle for the versioned structured data (type tag 501) that contains the file you want to edit. The ID of this structured data is based on your user prefix and the name of the file.
The app obtains a structured data handle using the data ID handle of the file you want to edit.
After obtaining a structured data handle, the app drops the data ID handle of the file you want to edit.
The app reads the latest version of the structured data using the structured data handle of the file you want to edit.
The app displays the Markdown content for the latest version of the file you want to edit.
The app of the file and displays them in the UI.