DefaultDescription Element (List)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Sets the default description that appears in the title area of list views and on the Documents and Lists page in Windows SharePoint Services.

<DefaultDescription>
</DefaultDescription>

Attributes

Attribute

Description

None

N/A

Child Elements

None

Parent Elements

MetaData

Remarks

The DefaultDescription element requires a value within the Schema.xml file of a custom list definition.

Example

The following excerpt sets the default description for announcements lists.

<DefaultDescription>
  Use the Announcements list to post messages on the home page 
    of your site.
</DefaultDescription>