내 사이트 범위 기능의 피처 수신기에서 이벤트 처리기를 사용하여 내 구성에 HttpHandler를 추가합니다 (이 기능을 처음 사용하기 때문에 코드가 약간 씩 흩어져 있음). public override void FeatureActivated(SPFeatureReceiverProperties properties) {
var site = (SPSit
기능을 비활성화 할 때 프로그래밍 방식으로 콘텐츠 형식을 삭제하고 싶습니다. 내가 삭제를 수행하는 코드를 작성했습니다 SPSecurity.RunWithElevatedPrivileges(delegate()
{
using (SPWeb webSite =(SPWeb)properties.Feature.Parent)
{
we