Opens an item that has previously been saved.
"documents_var" is a variable referencing a Documents object. |
"documents_var" is a variable referencing a Documents object. |
| Type | Description |
| Document | Returns the open document or null if the open failed. |
| Name | Type | Description |
| dataFile | DataFile | The item to open. |
| visible | boolean | Specifies if the document should be opened visibly or not. This is an optional argument whose default value is True. |
| 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 . |