M-Files API 23.11.13135.0
MFFolderListingAlgorithm Enumeration
Description
Folder listing algorithm. Used to optimize property folder listings on intermediate view levels.
Members
MemberValueDescription
MFFolderListingAlgorithmGetValuesByDistinctUse2Gets matching values (folders) based on their distinct use in the objects.
MFFolderListingAlgorithmNone0None (no manual determination, use the program's own heuristics). If this is used, a folder listing algorithm is determined automatically.
MFFolderListingAlgorithmTestEachValue1Tests each value (folder) separately but uses a single SQL query.
MFFolderListingAlgorithmTestEachValueWithSeparateQueries3Tests each value (folder) separately, uses a separate SQL query for each folder to be tested.