日本国产亚洲-日本国产一区-日本国产一区二区三区-日本韩国欧美一区-日本韩国欧美在线-日本韩国欧美在线观看

當前位置:雨林木風下載站 > 辦公軟件教程 > 詳細頁面

SharePoint 服務器端對象模型設置用戶組(創建/添加/刪除)

SharePoint 服務器端對象模型設置用戶組(創建/添加/刪除)

更新時間:2024-02-08 文章作者:未知 信息來源:網絡 閱讀次數:

SharePoint發行版本有SharePoint2003、SharePoint2007、Sharepoint 2010、SharePoint2013和SharePoint2016。SharePoint提供了功能強大的團隊協作環境,使得組織能夠在整個組織內部實現整合、組織、查找和提供 SharePoint站點。

幾個操作SharePoint用戶組的方法,已經測試通過,但是沒有提升權限,如果沒有權限的人操作,需要提升權限(提權代碼附后)。大家需要的話,可以參考下,寫在這里也給自己留個備份~~

//創建用戶組

public static bool CreatSPGroup(string strGroupName, string strGroupDescription)

{

try

{

using (SPSite site = new SPSite(SiteUrl))

{

using (SPWeb web = site.OpenWeb())

{

?

web.AllowUnsafeUpdates = true;

SPUser defaultUser = web.SiteUsers.GetByID(Convert.ToInt32(defaultUserID));

web.SiteGroups.Add(strGroupName, defaultUser, null, strGroupDescription);

web.AllowUnsafeUpdates = false;

return true;

?

}

}

}

catch

{

return false;

}

}

?

//添加用戶到用戶組

public static bool AddUserToSPGroup(string strGroupName, string strLoginName, string strUserName, string strEmail, string notes)

{

try

{

using (SPSite site = new SPSite(SiteUrl))

{

using (SPWeb web = site.OpenWeb())

{

web.AllowUnsafeUpdates = true;

SPGroup cGroup = web.SiteGroups.GetByName(strGroupName);

cGroup.AddUser(strLoginName, strEmail, strUserName, notes);

web.AllowUnsafeUpdates = false;

return true;

}

}

}

catch

{

return false;

}

}

?

//從用戶組刪除用戶

public static bool DelUserFromSPGroup(string strLoginName, string strGroupName)

{

try

{

using (SPSite site = new SPSite(SiteUrl))

{

using (SPWeb web = site.OpenWeb())

{

web.AllowUnsafeUpdates = true;

SPGroup cGroup = web.SiteGroups.GetByName(strGroupName);

cGroup.Users.Remove(strLoginName);

web.AllowUnsafeUpdates = false;

return true;

}

}

}

catch

{

return false;

}

}

?

//提升權限

SPSecurity.RunWithElevatedPrivileges (delegate()

{

  //此處放置需要以系統賬號身份運行的代碼

});

特別注意:

1 如果代碼要操作WSS的內容,必須創建新的SPSite和SPWeb實例,利用RunWithElevatedPrivilege

2 不能直接調用上下文對象(SPContext),上下文對象始終以當前用戶身份運行


Sharepoint 可以幫助企業用戶輕松完成日常工作。

溫馨提示:喜歡本站的話,請收藏一下本站!

本類教程下載

系統下載排行

主站蜘蛛池模板: 美女福利视频国产免费观看 | 在线欧美a| www视频| 夜色综合 | 91射射射| 小毛片在线观看 | 日本三级2021| 成年人在线观看视频免费 | 亚洲男人天堂 | 日韩在线资源 | 香蕉成人国产精品免费看网站 | 按摩师激情hd高清中文字幕 | 毛片免费永久不卡视频观看 | 夜夜资源| 国产精品怕怕怕视频免费 | 欧美最猛性xxxxx图片 | 国产精品久久人人做人人爽 | 免费视频a | 欧美日本一区二区三区道 | 91美女视频在线观看 | 久草视频网 | fenfencao在线观看免费视频 | 日本综合色| 成年人精品视频 | 2021久久精品国产99国产精品 | 午夜a级理论片在线播放一级 | 2019毛片 | 欧美做爰猛烈床戏大尺度孑一 | 精品久久网| 特级毛片免费视频观看 | 日韩精品一区二区三区毛片 | 伊人婷婷在线 | 久久伊人中文字幕 | 三级视频日本 | 亚洲综合中文网 | 久草在线免费 | 天天干天天玩 | 91在线手机精品免费观看 | 久久香蕉国产线看观看网站 | 伊人久久亚洲综合 | 中文字幕日韩高清 |