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.
「チェックアウトが必要」フラグもチェックできると便利です。SPDocumentLibrary オブジェクトのプロパティではないかと思ったのですが、わかりません。
管理者名前空間の 1 つを調べる必要がありますか?
承認が必要であることは、Microsoft.SharePoint.SPList クラスのブール型プロパティ EnableModeration によって表されます。Require checkout は、同じクラスのプロパティ ForceCheckout によって制御されます。SPList クラスで Update() メソッドを呼び出して、変更をデータベースに保存することも忘れないでください。