Class

FileVersion

FileVersion(data)

FileVersion Model
Constructor

# new FileVersion(data)

Model constructor
Parameters:
Name Type Description
data FileVersionLike

View Source model/FileVersion.js, line 6

Classes

FileVersion

Members

String

# createdBy

The id of the user who created this file version.

View Source model/FileVersion.js, line 80

String

# createdOn

The date this file version was created.

View Source model/FileVersion.js, line 72

String

# fileInfoId

The id of the file this version belongs to.

View Source model/FileVersion.js, line 32

Number

# height

The height if this is an image file.

View Source model/FileVersion.js, line 64

String

# id

The id of the file version.

View Source model/FileVersion.js, line 24

Number

# size

The size of the file, in bytes.

View Source model/FileVersion.js, line 48

String

# updatedBy

The id of the user who last modified this file version.

View Source model/FileVersion.js, line 96

String

# updatedOn

The date the file version was last modified.

View Source model/FileVersion.js, line 88

Number

# version

The version of the file.

View Source model/FileVersion.js, line 40

Number

# width

The width if this is an image file.

View Source model/FileVersion.js, line 56