Skip to main content

What it does

Applies for associating user binary data or files with workspace items.

Methods

DefinitionDescription
Has (name: string): boolChecks whether the attachments array contains an attachment with the specified name
SaveToFile (name: string, path: string)Saves the attachment with a specified name to a specified path

Properties

NameTypeAccessDescription
NamesVARIANTRead-onlyThe array of attachments names
IsEmptyboolRead-onlySpecifies whether the array of user attachments is empty
ByteArray (name: string)IAttachmentByteArrayRead-onlyRetrieves binary data of the attachment by its name