Само свойство "описано" тут
Выставить его можно вот так:
var site = new SPSite("http://server"); site.WebApplication.ChangeLogRetentionPeriod = new TimeSpan(50,0,0,0); site.WebApplication.ChangeLogExpirationEnabled = true; site.WebApplication.Update();
В Central Administration от настраивается в "Application Management > Web Application General Settings > Change Log"
Комментариев нет:
Отправка комментария