isDefaultNonOwnerSaveLocation Element (Search Connector Schema)
[This documentation is preliminary and is subject to change.]
The optional Boolean <isDefaultNonOwnerSaveLocation> element specifies whether the location described in the search connector should be used as the default save location when a user from another machine in a Homegroup. This element has no child elements and no attributes.
Syntax
<!-- isDefaultNonOwnerSaveLocation -->
<xs:complexType name="searchConnectorDescriptionType">
<xs:all>
...
<xs:element name="isDefaultNonOwnerSaveLocation" type="xs:boolean" minOccurs="0"/>
...
</xs:all>
<xs:attribute name="publisher" type="xs:string"/>
<xs:attribute name="product" type="xs:string"/>
</xs:complexType>
Element Information
Parent Element | Child Elements |
---|---|
searchConnectorDescriptionType Element (Search Connector Schema) |
Remarks
If true, when a user from another machine in a Homegroup chooses to save an item, Microsoft Windows Explorer saves the item to the location specified in the <simpleLocation> element.
Example
<?xml version="1.0" encoding="UTF-8"?>
<searchConnectorDescription xmlns="https://schemas.microsoft.com/windows/2009/searchConnector">
...
<isDefaultNonOwnerSaveLocation>true</isDefaultNonOwnerSaveLocation>
...
</searchConnectionDescription>