Getting Items of MFFolderContentItemTypePropertyFolder

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

Parents
  • 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.

Reply
  • 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.

Children