Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface supportAttachmentInfoProperties

Hierarchy

  • supportAttachmentInfoProperties

Index

Properties

Optional contentType

contentType: string

The content type of the attachment.

Read more...

Optional exifInfo

exifInfo: ExifInfo[]

An array of ExifInfo for the attachment.

Read more...

Optional globalId

globalId: string

The global identifier for the attachment.

Read more...

Optional id

id: number

The identifier for the attachment.

Read more...

Optional keywords

keywords: string

Keywords used for the attachments.

Read more...

Optional name

name: string

String value indicating the name of the file attachment.

Read more...

Optional parentGlobalId

parentGlobalId: number

The parent or the feature global id of the attachment.

Read more...

Optional parentObjectId

parentObjectId: number

The parent or the feature object id of the attachment.

Read more...

Optional size

size: number

The file size of the attachment.

Read more...

Optional url

url: string

The URL of the attachment.

Read more...

Generated using TypeDoc