Kerfisbundið Bæta notandi til SharePoint Group

Til að tengja notanda við hópinn í mosa 2007

The hópur stuðningsmanna merkjamál vilja bæta notanda á síðuna og tilgreint hóp.

persónulegur ógilt adduser(band strSite,band webGroup)
{
SPSecurity.RunWithElevatedPrivileges(fela()
{
með (SPSite síða = new SPSite(strSite))
{
með (SPWeb vefur = site.OpenWeb())
{
Boolean allowUnsafeUpdate = web.AllowUnsafeUpdates;
reyna
{
web.AllowUnsafeUpdates = satt;

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

}
að lokum
{
web.AllowUnsafeUpdates = allowUnsafeUpdate;
}
}
}
});
}

Skildu eftir svar

Hægt er að nota þessi HTML tög

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