CustomFieldFileContentDisposition
The possible custom field file dispositions.
enum CustomFieldFileContentDisposition {
attachment
inline
}
Values
CustomFieldFileContentDisposition.attachment
The file should be downloaded.
CustomFieldFileContentDisposition.inline
The file should be displayed on-page.
Member of
File object