DefaultItemOpen Enumeration

Specifies whether to use a rich client application or the browser to open a list item.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

Syntax

'Declaration
<SubsetCallableTypeAttribute> _
Public Enumeration DefaultItemOpen
'Usage
Dim instance As DefaultItemOpen
[SubsetCallableTypeAttribute]
public enum DefaultItemOpen

Members

Member name Description
PreferClient Open the item in a client application.
Browser Open the item in the browser.

See Also

Reference

Microsoft.SharePoint Namespace