Tetapkan Tempoh New Icon Petunjuk pada SharePoint

Untuk Tetapkan Tempoh ikon baru dalam SharePoint (penunjuk yang menunjukkan di sebelah item baru) access the SharePoint WebApplication object and set the value for DaysToShowNewIndicator.



SPWebApplication WebApp = SPWebApplication.Lookup(baru
Uri(WebAppURL.Text));

WebApp.DaysToShowNewIndicator = 3;

WebApp.Update();

1 comment to Set Duration for New Icon Indicator in SharePoint

Tinggalkan Reply

Anda boleh menggunakan tag HTML ini

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