Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Readme.md

M-Files Libraries

Please note that these libraries are provided "as-is" and with no warranty, explicit or otherwise. You should ensure that the functionality of these libraries meet your requirements, and thoroughly test them, prior to using in any production scenarios.

The following helper libraries are provided as work-in-progress, and may not be fully complete.

MFaaP.MFilesAPI (M-Files API Helper Library)

This library provides helper and extension methods to more easily work with the M-Files API.

It currently provides the following functionality:

  • Connection/Disconnection
  • Searching
    • Creation of "Not Deleted" search condition
    • Creation of "Object Type" search condition
    • Creation of "Display Id" search condition
    • Execution of a segmented search to enumerate all objects in a large vault

Further details are available within the project folder.

MFaaP.MFWSClient (C# M-Files Web Service Wrapper)

This library has been moved to https://github.com/M-Files/Libraries.MFWSClient.