หอจดหมายเหตุ

โปรแกรมเพิ่มผู้ใช้ไปยังกลุ่ม SharePoint

กำหนดให้ผู้ใช้ไปยังกลุ่มในมอสส์ 2007

รหัสต่อไปนี้จะเพิ่มผู้ใช้ไปยังเว็บไซต์และเพื่อกลุ่มที่ระบุ.

adduser โมฆะเอกชน(strSite สตริง,WEBGROUP สตริง)
{
SPSecurity.RunWithElevatedPrivileges(ผู้แทน()
{
โดยใช้ (เว็บไซต์ SPSite = SPSite ใหม่(strSite))
{
โดยใช้ (SPWeb site.OpenWeb = web())
{
Boolean allowUnsafeUpdate web.AllowUnsafeUpdates =;
ลอง
{
web.AllowUnsafeUpdates = จริง;

web.SiteUsers.Add(LoginName, MailId, loginId, “”);
web.Groups[WEBGROUP].adduser(LoginName, MailId, loginId, “”);

}
ในที่สุด
{
web.AllowUnsafeUpdates = allowUnsafeUpdate;
}
}
}
});
}

ปล่อยให้ตอบกลับ

คุณสามารถใช้ เหล่านี้แท็ก

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>