Description Usage Arguments Value Fields Examples
FileList Class
File Class
1 |
... |
element or list of the element. |
File class generator
class
(character) Must be File to indicate this object describes a file.
path
(character) The path to the file.
checksum
[character] Optional hash code for validating file integrity. Currently must be in the form "sha1$ + hexidecimal string" using the SHA-1 algorithm.
size
[numeric] Optional file size.
secondaryFile
[FileList] A list of additional files that are associated with the primary file and must be transferred alongside the primary file. Examples include indexes of the primary file, or external references which must be included when loading primary document. A file object listed in secondaryFiles may itself include secondaryFiles for which the same rules apply.
1 2 3 4 5 6 7 8 9 10 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.