folderType Element (Search Connector Schema)
The <folderType> element specifies GUID for the folder type. This element is required if the <templateInfo> element exists. It has no attributes and no child elements.
Syntax
<!-- folderType -->
<xs:element name="templateInfo" minOccurs="0">
<xs:complexType>
<xs:all>
<xs:element name="folderType" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>
Element Information
Parent Element | Child Elements |
---|---|
templateInfo Element (Search Connector Schema) |
Remarks
The default GUID is {8FAF9629-1980-46FF-8023-9DCEAB9C3EE3}, a general folder type for federated search (OpenSearch) connectors.
Example of a folderType Element
<!-- templateInfo and folderType -->
<templateInfo>
<folderType>{8FAF9629-1980-46FF-8023-9DCEAB9C3EE3}</folderType>
</templateInfo