Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 861 Bytes

FileVersion.md

File metadata and controls

15 lines (12 loc) · 861 Bytes

FileVersion

Properties

Name Type Description Notes
Name string File or folder name. [optional] [default to null]
IsFolder bool True if it is a folder. [default to null]
ModifiedDate time.Time File or folder last modified DateTime. [optional] [default to null]
Size int64 File or folder size. [default to null]
Path string File or folder path. [optional] [default to null]
VersionId string File Version ID. [optional] [default to null]
IsLatest bool Specifies whether the file is (true) or is not (false) the latest version of an file. [default to null]

[Back to Model list] [Back to API list] [Back to README]