Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.85 KB

File metadata and controls

27 lines (22 loc) · 1.85 KB

com.ultracart.admin.v2.Model.SfvbFileEntry

Properties

Name Type Description Notes
AutoCompiled bool True when this file is generated by the CJSON compiler and must not be edited directly. Its .cjson sibling is the source. [optional]
Directory bool True when this entry is a directory. [optional]
FsDirectoryOid int StoreFront file system directory oid. For a directory this is its own oid; for a file it is the parent. [optional]
FsFileOid int StoreFront file system file oid. Absent on a directory entry, which has no file oid. [optional]
HashSha256 string SHA-256 of the content. Use as the If-Match value when writing. [optional]
I18nViolation bool True when the file has internationalization violations. [optional]
LastModified string Last modified timestamp. [optional]
MergeConflict bool True when the file carries an unresolved theme merge conflict. Blocks theme activation. [optional]
MimeType string Mime type. Only text/_* files can be read as content or searched by text. [optional]
Name string File or directory name. [optional]
Path string Full path of the file or directory. [optional]
ReadOnly bool True when the file is marked read only. [optional]
Size int Size in bytes. Zero for directories. [optional]
Valid bool False when the file failed Velocity validation on its last write. [optional]
_Version int Current version number of the file. Absent on a directory entry, which is not versioned. [optional]

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