Skip to content

MobileCRM.Services.FileInfo

Maros Kolibas edited this page Nov 28, 2019 · 1 revision

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".

Clone this wiki locally