Programowo Przeczytaj Alarmy dla użytkowników w kolekcji witryn

klasy SPAlerCollection można uzyskać Alert Kolekcja dla użytkownika.

Fragment poniżej kod służy do odczytu wszystkich wpisów zarejestrowanych użytkowników zbioru witryn.

prywatnych
statyczny
nieważny GetAlerts()

{


SPSite currSite = nowy
SPSite(“http://Uday”);


SPWeb currWeb = currSite.OpenWeb();


SPUserCollection collUsers = currWeb.Users;


spróbuj

{


foreach (SPUser usr w collUsers)

{


Konsola.WriteLine(“Ostrzeżenia dla użytkownika : “ + usr.Name);


foreach (SPAlert alrt w usr.Alerts)

{


Konsola.WriteLine(alrt.Item.Title + ” –> “ + alrt.AlertFrequency);

}

}

}


połów

{

}


Konsola.ReadLine();

}

}



Leave a Reply

Możesz użyć tych tagów HTML

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