Hello,
I would like to get contents of MFFolderContentItemTypePropertyFolder of a view as shown in the attached image and also how do I get the ID 15. Thank you
Hello,
I would like to get contents of MFFolderContentItemTypePropertyFolder of a view as shown in the attached image and also how do I get the ID 15. Thank you
This is a grouping. The grouping exists within a view. You get the contents of the view (e.g. via GetFolderContents) which will return you potentially different types of things, including the groupings. For the groupings they have details on the TypedValue that represents the actual group. In the case of the screenshot you should have something representing the Agenda grouping, and a TypedValue which has the display name of "Agenda" and a lookup value of 15.
Now the issue is my response to the vault.ViewOperations.GetFolderContents returns only 500, and I want to get all items in a view
Now the issue is my response to the vault.ViewOperations.GetFolderContents returns only 500, and I want to get all items in a view
© 2025 M-Files, All Rights Reserved.