M-Files UI Extensibility Framework
Creating M-Files API Objects
M-Files UI Extensibility Framework > Technical Articles > Creating M-Files API Objects

New M-Files API objects can be constructed through the ICommonFunctions Object, which shows as MFiles object. The new keyword triggers the constructor call.

Example Title
Copy Code
var o = new MFiles.ObjVer();