-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Services.FileInfo
Maros Kolibas edited this page Nov 28, 2019
·
1 revision
Carries the result of a DocumentService operation.
| 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". |