2.2.4.81 spf:SharePointConfigType

The spf:SharePointConfigType type defines the instructions to the SharePoint processing filter for the current PostScan job.

 <xs:complexType name="SharePointConfigType">
    <xs:sequence>
       <xs:element name="SaveToMySite" type="spf:BoolExtType" minOccurs="0" />
       <xs:element name="SaveToSharePointSites" type="spf:SharePointSitesType"
          minOccurs="0" />
       <xs:any namespace="##other" minOccurs="0" maxOccurs="unbounded"/>
    </xs:sequence>
    <xs:anyAttribute namespace="##other" processContents="lax"/>
 </xs:complexType>

spf:SaveToMySite: A Boolean value that indicates whether the scanned images are to be saved to the MySite SharePoint document library of the user who initiated the PostScan job.

spf:SaveToSharePointSites: The set of SharePoint document libraries the SharePoint processing filter will use to save the scanned images for the current PostScan job.