Question

I have an SPListItem object. Can I add a field to store some kind of object like ArrayList or Dictionary, or whatever?

Thank you.

Was it helpful?

Solution

You can use SPListItem.Properties to store custom information which does not belong to a specific SPField. Dont forget to call Update()/SystemUpdate() after setting a property.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top