Programmatically Cuir Úsáideoir don Ghrúpa SharePoint

Chun an t-úsáideoir a shannadh do ghrúpa i MOSS 2007

Beidh an cód seo a leanas a chur ar an úsáideoir a suíomh agus a ghrúpáil sonraithe.

AddUser neamhní príobháideach(strSite teaghrán,webGroup teaghrán)
{
SPSecurity.RunWithElevatedPrivileges(toscaire()
{
ag baint úsáide as (Láithreán SPSite = SPSite nua(STRS))
{
ag baint úsáide as (SPWeb gréasáin = site.OpenWeb())
{
Boole allowUnsafeUpdate = web.AllowUnsafeUpdates;
déan iarracht
{
web.AllowUnsafeUpdates = fíor;

web.SiteUsers.Add(an t-ainm logáil isteach, Ríomhphoist, loginId, “”);
web.Groups[webGroup].AddUser(an t-ainm logáil isteach, Ríomhphoist, loginId, “”);

}
finally
{
web.AllowUnsafeUpdates = allowUnsafeUpdate;
}
}
}
});
}

Fág Freagra

Is féidir leat úsáid a bhaint na clibeanna HTML

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