SPAlerCollection sinif İstifadəçi Alert Collection almaq üçün istifadə edilə bilər.
Aşağıdakı kod parçasını site toplanması istifadəçilər üçün qeydə bütün siqnallar oxumaq üçün istifadə olunur.
private
static
boşluq GetAlerts()
{
SPSite currSite = yeni
SPSite(“http://uday”);
SPWeb currWeb = currSite.OpenWeb();
SPUserCollection collUsers = currWeb.Users;
try
{
foreach (SPUser usr ildə collUsers)
{
Console.WriteLine(“Alerts for the User : “ + usr.Name);
foreach (SPAlert alrt ildə usr.Alerts)
{
Console.WriteLine(alrt.Item.Title + ” –> “ + alrt.AlertFrequency);
}
}
}
tutmaq
{
}
Console.ReadLine();
}
}
Şəkil Yükləmə