Information on this page is only applicable to M-Files (server) version 12.0.6400.37 and higher.

Setting properties on multiple objects

/objects/setmultipleobjproperties

Sets properties in multiple objects in one HTTP call. Can also be used to promote an unmanaged external object.

To promote an unmanaged external object, ensure that the class property (and any other required properties) is included in the properties submitted.

Methods

PUT

Note that PUT and DELETE verbs may not be supported in IIS; it is recommended to route them via the POST verb and specify the _method querystring parameter, as detailed in the compatibility page.

Input: ObjectsUpdateInfo
  Information on the objects to update. If external objects are included, and their properties now include the object class, then the object is promoted.
Output: ExtendedObjectVersion[]
  Information on the updated objects.