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.
カスタム ページ フィールドを Web パーツ内から (Web パーツがあるページから) プログラムで読み取るにはどうすればよいですか?
ありがとう
ジョン
非カスタム フィールド タイプと同じです。
CustomFieldType customField = (CustomFieldType)page.ListItem["FieldName"];
カスタムフィールドタイプにキャストするのはあなただけです。