MFBuiltInPropertyDef
List of built-in properties.
| Name | Value | Description |
|---|---|---|
NameOrTitle | 0 | Name or title. |
Created | 20 | Created. |
LastModified | 21 | Last modified. |
SingleFileObject | 22 | Single 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