How to store user-specific data in SharePoint

Posted by Paul-Jan on Stack Overflow See other posts from Stack Overflow or by Paul-Jan
Published on 2010-05-03T07:32:24Z Indexed on 2010/05/03 7:38 UTC
Read the original article Hit count: 224

Filed under:
|
|

I have some user-specific data that I need to store in SharePoint and make accessible to the user through custom webparts. Let's say a list of favorite URLs. What would be the most straightforward way to store this information?

  • Some builtin propertybag for SPUser or similar that I'm not aware of.
  • SPList, associated through User column.
  • Custom database table, associated through SPUser ID.
  • Otherwise?

Sounds like a RTFM to me, but I'm probably asking google the wrong questions.

© Stack Overflow or respective owner

Related posts about sharepoint

Related posts about SP2010