AttachmentVO Data Type

Properties
name data type constraints description
principal boolean required
fileSize number required
attachmentSource AttachmentSource  
fileSelected Attachment  
filename string  
fileModificationDate number  
fileName string  
attach boolean  
pathName string  
mobile boolean required
iconPath string  
fullPatch string  
descriptor boolean  
realFileName string  
editing boolean  
supportedNewViewer boolean  
filecontent string  
renameFrom string  

Example

{
  "principal" : true,
  "fileSize" : 12345,
  "attachmentSource" : "DOCUMENT_FOLDER",
  "fileSelected" : {
    "fileSelected" : { },
    "filecontent" : "...",
    "editing" : true,
    "fileSize" : 12345,
    "pathName" : "...",
    "descriptor" : true,
    "mobile" : true,
    "fileModificationDate" : 12345,
    "fileName" : "...",
    "principal" : true,
    "iconPath" : "...",
    "fullPatch" : "...",
    "supportedNewViewer" : true,
    "attach" : true
  },
  "filename" : "...",
  "fileModificationDate" : 12345,
  "fileName" : "...",
  "mobile" : true,
  "iconPath" : "...",
  "descriptor" : true,
  "realFileName" : "...",
  "editing" : true,
  "supportedNewViewer" : true,
  "filecontent" : "...",
  "renameFrom" : "..."
}