共用方式為


folderType 元素 (搜尋連接器架構)

<folderType > 元素會指定資料夾類型的 GUID。 如果 templateInfo > 元素存在,則需要此 < 元素。 它沒有屬性和子專案。

Syntax

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

項目資訊

Parent 項目 子元素
templateInfo 元素 (搜尋連接器架構)  

 

備註

預設 GUID 為 {8FAF9629-1980-46FF-8023-9DCEAB9C3EE3},這是同盟搜尋的一般資料夾類型, (OpenSearch) 連接器。

folderType 元素的範例

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