Users are able to categorize content in SharePoint 2010.
How are the categories stored in SharePoint? How is it possible to return content by a category? (object model, sql direct)?
Thanks
|
Users are able to categorize content in SharePoint 2010. How are the categories stored in SharePoint? How is it possible to return content by a category? (object model, sql direct)? Thanks |
|||||||
|
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.
|
I am working on this issue too. it turns out that the enterprise wiki templates use a managed metadata field that is defined at the site collection level called Wiki Categories. The internal name of this field is Wiki_x0020_Page_x0020_Categories, as near as I can tell. What does not work too well is actually adding an AdditionalFilterField to the web part to allow this field to be filtered on. I have yet to get this to work, so if anybody has any clues I'm interested too. I will be trying the custom CAML query next (a little rough of a solution if you ask me).
|
|||
|
|