DefaultItemOpen Simple Type (DeploymentManifest)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
Specifies the default environment for a SharePoint item upon opening.
Definition
<xs:simpleType name="DefaultItemOpen">
<xs:restriction base="xs:string">
<xs:enumeration value="Browser" />
<xs:enumeration value="PreferClient" />
</xs:restriction>
</xs:simpleType>
Enumeration values
Value | Description |
---|---|
Browser |
Open the item in a Web browser window. |
PreferClient |
Opens the item in a client application window if a client is available; otherwise, the item opens in a Web browser window. |