How to Modify the List of Attributes Displayed in WebAdminID: Q197532
|
This article discusses how to modify the list of Content Type attributes listed in the Site Server WebAdmin (Site Server Service Admin [HTML]).
Content types are used to establish a consistent set of tags to be applied
to documents. Content attributes, sometimes called meta tags or
properties, are used to describe a content type. Custom content attributes
can be created using the Site Server WebAdmin.
NOTE: The following procedure does not create the attribute. The attribute
must already exist or needs to be created using the standard procedure. If
more information on how to create attributes is required, please consult
the online product documentation.
You can modify the list of attributes displayed within the Attribute Java
program in Site Server Web Admin. The list of attributes is populated from
a .asp file. This file is located at:
<drive>:\Microsoft Site Server\SiteServer\Admin\knowledge\dsmgr \users\defaultattributes.aspTo add a folder or grouping to the list of attributes in defaultattributes.asp, follow these steps:
AddNode "my attribute grouping"
AddChild "givenName","First Name"where "givenName" is the actual name of the attribute and "First Name" is the display name of the attribute.
Additional query words:
Keywords :
Version : WINNT:3.0
Platform : winnt
Issue type : kbhowto
Last Reviewed: July 27, 1999