Ka klas SPAlerCollection dwe itilize jwenn Koleksyon an alèt pou itilizatè a.
Se brib nan kòd anba a te itilize yo li tout Jwenn Avètisman yo anrejistre pou itilizatè yo koleksyon sit.
prive
estatik
anile GetAlerts()
{
SPSite currSite = nouvo
SPSite(“http://uday”);
SPWeb currWeb = currSite.OpenWeb();
SPUserCollection collUsers = currWeb.Users;
eseye
{
fortch (SPUser Uzr nan collUsers)
{
Console.WriteLine(“Jwenn Avètisman yo pou itilizatè a : “ + usr.Name);
fortch (SPAlert ALRT nan usr.Alerts)
{
Console.WriteLine(alrt.Item.Title + ” –> “ + alrt.AlertFrequency);
}
}
}
trape
{
}
Console.Rèdlin();
}
}
Leave a Reply