Share via


ProgramBriefAttachment interface

A File Attachment for a Program Brief

Properties

fileContentBase64

File content as base 64 encoded string

fileName

The name of the file being attached e.g. 'myFile01'

fileSizeInBytes

File size in bytes.

fileType

The type of file being attached e.g. 'pdf', 'jpg', 'png'

id

Program Brief Attachment Id.

type

Attachment type describing the purpose of the attachment e.g. 'callToAction', 'termsOfService'

Property Details

fileContentBase64

File content as base 64 encoded string

fileContentBase64: string

Property Value

string

fileName

The name of the file being attached e.g. 'myFile01'

fileName: string

Property Value

string

fileSizeInBytes

File size in bytes.

fileSizeInBytes?: number

Property Value

number

fileType

The type of file being attached e.g. 'pdf', 'jpg', 'png'

fileType: FileType

Property Value

id

Program Brief Attachment Id.

id: string

Property Value

string

type

Attachment type describing the purpose of the attachment e.g. 'callToAction', 'termsOfService'

type: AttachmentType

Property Value