摘要: 当我们在SharePoint中新增一个列表项时,在该列表项的标题后面会显示一个“新”字图标。默认情况下,是2天内的项会显示“新”。我们可以通过stsadm命令行工具来修改:C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\BIN>stsadm -o setproperty -propertyname days-to-show-new-icon -propertyvalue 30 -url http://moss.contoso.com在上面的例子中,我的Web应用程序地址是http://moss 阅读全文
posted @ 2012-08-28 02:08 Sunmoonfire 阅读(922) 评论(0) 推荐(0) 编辑