Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IStoreFileRequest

Hierarchy

  • IStoreFileRequest

Index

Properties

Optional callbackIdentifier

callbackIdentifier: string

daysUntilExpiration

daysUntilExpiration: number

For how many days do you want to store the file? 0 = forever.

failureCallback

fileContent

fileContent: string

The contents of the file, a base-64 encoded string if png, jpg or pdf.

fileName

fileName: string

fileType

fileType: LocalFileType

Optional lastClientUpdate

lastClientUpdate: string

Information about the last time this file was updated. Handy when deciding if the file should be updated.

Optional overwriteExistingFile

overwriteExistingFile: boolean

Should existing files with the same name be overwritten? Default is false.

Optional publicationKey

publicationKey: string

Limit the scope of the file to a specific publication. Empty string is equal to current publication (if available).

successCallback

Generated using TypeDoc