Row 元素(网站)

上次修改时间: 2015年3月9日

适用范围: SharePoint Foundation 2010

本文内容
属性
子元素
父元素
出现次数

在列表定义的 Data 元素中使用,以在网站设置期间实例化某列表时提供一组默认数据。

<Row>
</Row>

属性

属性

说明

N/A

子元素

Field

父元素

Rows

出现次数

最小值:0

最大值:无限制

示例

下面的示例为欢迎页定义一行字段。

<Data>
   <Rows>
      <Row>
         <Field Name="Title">Welcome to your new team Web site!</Field>
         <Field Name="Body">You can use this site to share information 
            with members of the site. To add a new announcement, click 
            "Add new announcement" below. This is a great way to 
            communicate news with your team.</Field>
         <Field Name="Expires"><ows:TodayISO/></Field>
      </Row>
   </Rows>
</Data>