Creates a new FileOpenContext object with empty timestamp string.
This is a static method. |
This is a static method. |
| Type | Description |
| FileOpenContext | Returns FileOpenContext object which provides information that is needed to open Data File. |
| 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 . |