sharepoint - Can I add object field to SPItem, to attach some kind of object to item? -
I have an SPListItem object. Do I type some type of object in the Arrayial or dictionary, or whatever field to store Can I add?
Thank you.
You can use SPListItem.Properties to store custom information that relates to a specific SPField is not. Do not forget to call an update () / system upgrade () after installation of an asset.
Comments
Post a Comment