是什么触发了“新”当文档在文档库中发布时

发布于 2024-09-02 14:36:28 字数 60 浏览 1 评论 0原文

每当我在文档库中上传文档时,它都会显示新的。该文件的“新颖性”的时间范围是多少?另外,这个时间可以控制吗?

Whenever I upload a document in the document library, it says new. What is the timeframe of the "newness" of that document. Also, can that timeframe be controlled?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小霸王臭丫头 2024-09-09 14:36:28

查看此链接:

http://www.sharepointcomic.com/archive/2008/12/20/new-item-icon-in-sharepoint-change-how-long-it-shows.aspx

基本上,我过去必须使用 stsadm.exe 为我的客户更改此设置。如果您跑步:

stsadm -o getproperty -pn days-to-show-new-icon

这应该会告诉您当天持续时间的当前设置。因此,要更改一天的持续时间,请尝试:

stsadm -o setproperty -pn days-to-show-new-icon -pv <number of days>

Check out this link:

http://www.sharepointcomic.com/archive/2008/12/20/new-item-icon-in-sharepoint-change-how-long-it-shows.aspx

Basically I used to have to change this settings for my clients by using stsadm.exe. If you run:

stsadm -o getproperty -pn days-to-show-new-icon

That should tell you your current settings for the day duration. So to change the day duration, try:

stsadm -o setproperty -pn days-to-show-new-icon -pv <number of days>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文