Chun Socraigh an Ré Nua don deilbhín i SharePoint (Léiríonn an táscaire a aice le míreanna nua) access the SharePoint WebApplication object and set the value for DaysToShowNewIndicator.
SPWebApplication WebApp = SPWebApplication.Lookup(nua
Uri(WebAppURL.Text));
WebApp.DaysToShowNewIndicator = 3;
WebApp.Update();
Stevie Widera