what triggers "new" when document is published in a document library
Whenever I upload 开发者_StackOverflowa document in the document library, it says new. What is the timeframe of the "newness" of that document. Also, can that timeframe be controlled?
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>
精彩评论