Skip to content

MobileCRM.Application.readFileAsync

rescocrm edited this page May 15, 2023 · 2 revisions

[v15.3] Reads the file from the application local data and asynchronously gets its content.

Arguments

Argument Type Description
path String Defines the relative path of the file in the application local data.
encoding String Defines the text encoding for file content (default is UTF8). Use base64 for binary files. Supported values: UTF8, UTF16 ASCII, BASE64.
Clone this wiki locally