isFile property

JsonBoolean isFile
getter/setter pair

Indicates whether the attachment is a file.

  • true: The attachment is a file.
  • false: The attachment is not a file (it might be a link).

Implementation

JsonBoolean isFile = JsonBoolean("isFile");