Skip to main content

MFBuiltInPropertyDef

List of built-in properties.

NameValueDescription
NameOrTitle0Name or title.
Created20Created.
LastModified21Last modified.
SingleFileObject22Single file object.

Runtime Access

This enumeration is available at runtime on the MFiles global object. Access enum values using MFiles.MFBuiltInPropertyDef.<value>.

Example:

const value = MFiles.MFBuiltInPropertyDef.NameOrTitle;

See also: MFiles Global Object