Questions tagged [m-files-api]

The M-Files API enables developers to connect to the M-Files server and vaults as well as to extend the M-Files document vault functionality.

More information and developer guidelines can be found in the M-Files Developer Portal. The full API specification can be found in the M-Files API documentation.

6 questions
1
vote
1 answer

MFiles API setting propertyValue

I'm working with MFiles API... I want to pass a propertyDef to a propertyValue... This code is working... but I have to create the MFiles object first. ObjectVersionAndProperties objVersion = …
steph
  • 49
  • 3
0
votes
0 answers

MFilesAPI - SearchCondition for a property value which is a single select lookup from a value list

I have a value list, I'll call it VL.Statuses. I'm trying to search for objects which have a particular status, which is defined by its workflow state. We're unable to use a vault application due to security and performance restrictions, hence I…
Browndog
  • 11
  • 2
0
votes
2 answers

M-Files plugin: DOM style changes not reflect by page

I'm creating a plugin for M-Files. It's based on jquery, the browser is embedded in the windows explorer window. For some reason, I'm unable to change the style properties of simple HTML elements. Value is changed, but other than text color, no…
V. Kovar
  • 11
  • 1
0
votes
0 answers

How to get reference for not built-in Object (API)

I am wondering is there a way to handle the whole process with VBscript? I have an M-Files and in VBA I am able to select the reference After that I can use M-Files API commands to execute the code. Dim oVaultConnections As…
10101
  • 2,232
  • 3
  • 26
  • 66
0
votes
0 answers

Utilize same macro with variables in whole Workbook

I would like to use piece of the code in several modules of Workbook VBA. Basically this is used to establish connection to file management system via it's client. I use it in a lot of macros and have to copy this to each module separately. Is it…
10101
  • 2,232
  • 3
  • 26
  • 66
0
votes
1 answer

Loop for adding collection members

I am not the most advanced professor when it comes into loops so I am a little bit stuck here. Normally I would use it like: Dim ouLookup: Set ouLookup = CreateObject("MFilesAPI.Lookup") Dim ouLookups: Set ouLookups =…
10101
  • 2,232
  • 3
  • 26
  • 66