Hide Table of Contents
Class: JobAttachment

Description

The JobAttachment class represents a collection of attachments associated with a job.

Class hierarchy

esri.WorkflowManager.SupportClasses.JobAttachment()

Properties

NameTypeSummary
filenamestringContains the filename of the attachment.
folderstringContains the file folder path or a URL.
idintA unique identifier for the attachment.
storageTypeJobAttachmentThe storage type used for the attachment - linked/embedded/URL.
typestringThe type of attachment.
Property Details

<string> filename

Contains the filename of the attachment.

<string> folder

Contains the file folder path or a URL.

<int> id

A unique identifier for the attachment.

<JobAttachmentType> storageType

The storage type used for the attachment.

<string> type

The type of attachment.