Norėdami nustatyti naują piktogramą į "SharePoint" Trukmė (rodiklis, kuris parodo, šalia naujų elementų) access the SharePoint WebApplication object and set the value for DaysToShowNewIndicator.
SPWebApplication WebApp = SPWebApplication.Lookup(naujas
Uri(WebAppURL.Text));
WebApp.DaysToShowNewIndicator = 3;
WebApp.Update();
Stevie Widera