다음을 통해 공유


folderType 요소(Search 커넥터 스키마)

<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>

요소 정보

부모 요소 자식 요소
templateInfo 요소(검색 커넥터 스키마)  

 

설명

기본 GUID는 페더레이션된 검색(OpenSearch) 커넥터의 일반 폴더 유형인 {8FAF9629-1980-46FF-8023-9DCEAB9C3EE3}입니다.

folderType 요소의 예

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