







Days-to-show-new-icon: Stsadm property (Office SharePoint Server) | |
![]() ![]() |
Stsadm command-line tool (Office SharePoint Server) > Stsadm properties (Office SharePoint Server) > General: Stsadm properties (Office SharePoint Server) > |
This Office product will reach end of support on October 10, 2017. To stay supported, you will need to upgrade. For more information, see , Resources to help you upgrade your Office 2007 servers and clients.
Description
Specifies the number of days to display the "New" icon for items added to a Web site.
Syntax
stsadm -o setproperty
-propertyname days-to-show-new-icon
-propertyvalue {A numeric value (number of days)}
[-url] <http://server_name>
The syntax for the getproperty operation is:
stsadm -o getproperty
propertyname days-to-show-new-icon
[-url] <http://server_name>
![]() |
---|
You can substitute -pn for -propertyname and -pv for -propertyvalue. |
Property values
The following table shows possible values.
Name | Value |
---|---|
propertyname |
Gets or sets the name of the property. |
propertyvalue |
The number of days you want the "New" icon displayed on the Web site. |
url |
Typically, a path to the URL of the Web application, in the form http://server_name. |
Examples
To set the number of days to 14 days for the "New" icon to be displayed on a Web site, use the following syntax:
stsadm -o setproperty -pn days-to-show-new-icon -pv 14