2.2.5.2 SourceType

Namespace: http://schemas.microsoft.com/sharepoint/discovery/soap/

Specifies the type of a discovery source.

 <xs:simpleType name="SourceType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Exchange"/>
     <xs:enumeration value="SharePointLegacy"/>
     <xs:enumeration value="SharePoint15"/>
     <xs:enumeration value="FileShare"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the SourceType simple type.

Value

Meaning

Exchange

The discovery source is a mailbox stored in Microsoft Exchange Server.

SharePointLegacy

The discovery source is a Web site in Microsoft SharePoint Server 2010 or Microsoft Office SharePoint Server 2007 indexed by the Microsoft SharePoint Server 2013 search system.

SharePoint15

The discovery source is a Web site in SharePoint Server 2013.

FileShare

The discovery source is a file system indexed by SharePoint Server 2013 search system.