ContentTypeBinding 元素 (ContentTypeBinding)

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

适用范围: SharePoint Foundation 2010

本文内容
属性
子元素
父元素

指定要在 onet.xml 架构中定义的列表上设置的内容类型。

<ContentTypeBinding
    ContentTypeId="Text"
    ListUrl="Text" 
    RootWebOnly="TRUE" | "FALSE"
/>

属性

属性

说明

ContentTypeId

必需属性,类型为 Text。一个字符串,表示要添加到指定列表的网站内容类型的内容类型 ID。

ListUrl

必需属性,类型为 Text。一个字符串,表示指向内容类型要添加到其中的列表的 Web 相对路径。

RootWebOnly

可选属性,类型为 Boolean。如果为 TRUE,则只在网站集中的根网站上关联此绑定。

子元素

父元素

Elements 元素 (ContentTypeBinding)

备注

不能直接修改在 onet.xml 架构中定义的列表。

示例

下面是 ContentTypeBinding 元素的一个示例,用于指定要绑定到指定列表的内容类型。

<?xml version="1.0" encoding="utf-8" ?> 
<Elements xmlns="https://schemas.microsoft.com/sharepoint/">
    <ContentTypeBinding ContentTypeId="0x010102" ListUrl="Shared Documents" />
    <ContentTypeBinding ContentTypeId="0x010108" ListUrl="Shared Documents" />
</Elements>

请参阅

概念

内容类型绑定架构