How to Get M-Files Built-in Properties, Classes, Object Types?

I'd like to get the properties, classes, object types that are present when a fresh new vault is added. What I see now is some enum like - MFBuiltInPropertyDef, MFBuiltInObjectType, MFBuiltInObjectClass. But in the newly crated vault, apart from those enum ids we see some other stuffs. 

How to get those built-in stuffs of newly created vault?

Parents Reply
  • Sure. Here is an example for properties - 

    When the highlighted Hide Built-in property definition is clicked, only these properties are shown out of which Test is created by myself -




    I guess all the properties in first image except properties in second images, are built-in properties. Now I'd like to fetch all the properties that were shown in first image except the properties in second image. 

    I want the same behavior for classes, object types as well.

Children