Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
SPListItem オブジェクトがあります。ArrayList や Dictionary などのオブジェクトを格納するフィールドを追加できますか?
ありがとうございました。
SPListItem.Properties を使用して、特定の SPField に属さないカスタム情報を格納できます。プロパティを設定した後、Update()/SystemUpdate() を呼び出すことを忘れないでください。