DefaultItemOpen Simple Type (DeploymentManifest)

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Specifies the default environment for a SharePoint item upon opening.


<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.

See Also

Reference

DefaultItemOpen

DefaultItemOpen

Concepts

DeploymentManifest Schema