"新"指标在SharePoint 2010中的任务旁边显示多长时间?

Jos*_*osh 3 sharepoint

在SharePoint 2010中创建任务时,创建任务后会显示"新"指示符.显示多长时间,是从GUI配置显示的时间长度?

Rah*_*oni 5

试试这个...

http://support.microsoft.com/default.aspx?scid=kb;en-us;825510&Product=spts

默认情况下,AFAIK为2天.

[编辑]刚刚验证,并且可以自信地说它是2天.

stsadm -o getproperty -pn days-to-show-new-icon -url http:// localhost

<Property Exist ="Yes"Value ="2"/>

如果必须更改它,请使用setproperty而不是get.