Skip to main content

MFBuiltInObjectType

List of built-in object types.

NameValueDescription
Document0Document.
DocumentCollection9Document collection.
Assignment10Assignment.
Report15Report.
Email20Email.
Email_Conversation21Email_Conversation.

Runtime Access

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

Example:

const value = MFiles.MFBuiltInObjectType.Document;

See also: MFiles Global Object