folderType 元素 (搜索连接器架构)

<folderType> 元素指定文件夹类型的 GUID。 如果 templateInfo> 元素存在,<则此元素是必需的。 它没有属性,也没有子元素。

语法

<!-- folderType -->
    <xs:element name="templateInfo" minOccurs="0">
      <xs:complexType>
        <xs:all>
          <xs:element name="folderType" minOccurs="0"/>
        </xs:all>
      </xs:complexType>
    </xs:element>

元素信息

父元素 子元素
templateInfo 元素 (搜索连接器架构)  

 

备注

默认 GUID 为 {8FAF9629-1980-46FF-8023-9DCEAB9C3EE3},这是联合搜索 (OpenSearch) 连接器的常规文件夹类型。

folderType 元素的示例

<!-- templateInfo and folderType -->
<templateInfo>
    <folderType>{8FAF9629-1980-46FF-8023-9DCEAB9C3EE3}</folderType>
</templateInfo