Description
The JobAttachment class represents a collection of attachments associated with a job.
Class hierarchy
esri.WorkflowManager.SupportClasses.JobAttachment()
Properties
| filename | string | Contains the filename of the attachment. |
| folder | string | Contains the file folder path or a URL. |
| id | int | A unique identifier for the attachment. |
| storageType | JobAttachment | The storage type used for the attachment - linked/embedded/URL. |
| type | string | The type of attachment. |
Property Details
Contains the filename of the attachment.
Contains the file folder path or a URL.
A unique identifier for the attachment.
<JobAttachmentType> storageType
The storage type used for the attachment.