openFile
Opens a file.
Available for
Model-driven apps
Syntax
context.navigation.openFile(file, options)
Parameters
Parameter Name | Type | Required | Description |
---|---|---|---|
file |
FileObject |
Yes | An object describing the file to open. The FileObject has the following attributes: - fileContent: String . Contents of the file. - fileName: String . Name of the file.- fileSize: Number . Size of the file in KB. - mimeType: String . File MIME type. |
options |
Object |
No | An object describing whether to open or save the file. The object has the following attribute: - openMode: Specify 1 to open; 2 to save. If you do not specify this parameter, by default 1 (open) is passed. This parameter is only supported on Unified Interface. |
Return Value
Type: Promise
Remarks
See Promise and FileObject
Related articles
Navigation
Power Apps component framework API reference
Power Apps component framework overview