Skip to content
This repository has been archived by the owner on Apr 14, 2024. It is now read-only.

Latest commit

 

History

History
23 lines (11 loc) · 510 Bytes

CommonFile.md

File metadata and controls

23 lines (11 loc) · 510 Bytes

EZmaxApiDefinitionFull.CommonFile

Properties

Name Type Description Notes
sFileName String The name of the file
sFileUrl String The URL used to reach the File [optional]
sFileBase64 Blob The Base64 encoded binary content of the File [optional]
eFileSource String The source of the File

Enum: EFileSourceEnum

  • Base64 (value: "Base64")

  • Url (value: "Url")