Gets and sets the timestamp associated with the file open operation. The timestamp is an ISO 8601-formatted UTC string (e.g., "2026-01-12T08:24:46.398Z") that identifies a specific point in the document's history. This timestamp can be obtained by making a history GraphQL call that returns history timestamps.
"fileOpenContext_var" is a variable referencing a FileOpenContext object. |
"fileOpenContext_var" is a variable referencing a FileOpenContext object. |
| Name | Description |
| File Open Sample | Demonstrates how to open files using the Open API and OpenUsingContext API. The sample shows how to open a file at the tip (latest version) and how to open historical versions of a file. It uses the Open API to open files at tip and iterate through historical versions, and the OpenUsingContext API to open file using FileOpenContext . |