searchConnectorDescriptionList Element (Library Schema)
This <searchConnectorDescriptionList> element contains a list of search connectors that map to locations included in this library. Each search connector is defined by a <searchConnectorDescription> element. This element is optional and has no attributes.
Syntax
<!-- searchConnectorDescriptionList -->
<xs:element name="searchConnectorDescriptionList" minOccurs="0">
<xs:complexType>
<xs:sequence minOccurs="0">
<xs:element name="searchConnectorDescription" type="searchConnectorDescriptionType" minOccurs="0" maxOccurs="unbounded"/>
</xs:sequence>
</xs:complexType>
</xs:element>
Element Information
Parent Element | Child Elements |
---|---|
libraryDescription Element (Library Schema) | searchConnectorDescription Element (Library Schema) |
Remarks
Search connectors for Windows Federated Search and protocol handler scopes cannot be included in a library.
Related topics