openFile (Client API reference)

Opens a file.

Syntax

Xrm.Navigation.openFile(file,openFileOptions)

Parameters

Parameter Name Type Required Description
file Object Yes An object describing the file to open. The object has the following values:
- fileContent: String. Contents of the file.
- fileName: String. Name of the file.
- fileSize: Number. Size of the file in KB.
- mimeType: String. MIME type of the file.
openFileOptions Object No An object describing whether to open or save the file. The object has the following values:
- 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.

Xrm.Navigation