DefaultItemOpen Simple Type (DeploymentManifest)
Applies to: SharePoint Foundation 2010
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. |