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();
Stevie Widera