Program Site Collection İstifadəçilər üçün Alerts oxuyun

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ə

Istifadə edə bilərsiniz Bu HTML tags

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