Project Element

The Project element is the top-level element in ONET.XML that defines a template for a new Web site based on SharePoint Team Services from Microsoft.

Syntax

<Project
  ListDir = "Text"
  Title = "Text">
</Project>

Attributes

Name Description
ListDir Required Text. Specifies the directory to implement in new lists.
Title Required Text. Specifies a default name for a SharePoint team Web site.
Parent Elements Child Elements
DisplayPattern BaseTypes, DocumentTemplates, ListTemplates, TopMenuItems

Example

The following example presents the opening line of ONET.XML:

<Project Title="Team Web Site" ListDir="Lists" xmlns:ows="Microsoft SharePoint">