Folder listing algorithm. Used to optimize property folder listings on intermediate view levels.
Member | Value | Description |
---|---|---|
MFFolderListingAlgorithmGetValuesByDistinctUse | 2 | Gets matching values (folders) based on their distinct use in the objects. |
MFFolderListingAlgorithmNone | 0 | None (no manual determination, use the program's own heuristics). If this is used, a folder listing algorithm is determined automatically. |
MFFolderListingAlgorithmTestEachValue | 1 | Tests each value (folder) separately but uses a single SQL query. |
MFFolderListingAlgorithmTestEachValueWithSeparateQueries | 3 | Tests each value (folder) separately, uses a separate SQL query for each folder to be tested. |