MobileCRM.Services.FileInfo - Resconet/JSBridge GitHub Wiki

MobileCRM.Services.FileInfo Object

Carries the result of a DocumentService operation.

Properties

Property Type Description
filePath String Gets the full path of the local file.
url String Gets the local URL of the file which can be used from within this HTML document.
mimeType String Gets the file MIME type.
nextInfo MobileCRM.Services.FileInfo Gets the next file info or "null".