OCS

There are 1 entries for the tag OCS

Web Part per Sharepoint che visualizza lo stato OCS dell’utente

Durante la realizzazione di una web part ho avuto la necessità di ottenere e visualizzare lo stato OCS dell’utente. Per poter ottenere questo dato bisogna far riferimento al UserProfileValueCollection. Le user properties potete trovarle da Central Administration andato a controllare le proprietà del servizio User Profile: Quella utile per ricavare i dati OSC è la proprietà WorkEmail (di default in Sharepoint inglese è chiamata così). Innanzitutto allora dichiariamo l’html per l’immagine (trovato in giro per il web) const string PRESENCEPAWN = @"<img border=""0"" height=""20"" width=""20"" src=""_layouts/images/imnhdr.gif"" onload=""IMNRC('{0}')"" ShowOfflinePawn=""1"" id=""{0}""...