Click or drag to resize

BatchJobAttachmentCreateInfo Properties

The BatchJobAttachmentCreateInfo type exposes the following members.

Properties
  NameDescription
Public propertyContent
The binary content. Use this for very small attachments (< 100 KB) only.
Public propertyContentUuid
The UUID of the previously uploaded content. Use this as an alternative to directly providing binary content.
Public propertyFileName
The attachment file name.
Public propertyName
The attachment name. The name is unique within the scope of a batch job.
Top
See Also