Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration SPWOPIAction
'Usage
Dim instance As SPWOPIAction
public enum SPWOPIAction
Members
| Member name | Description | |
|---|---|---|
| View | Open the item in view mode. | |
| Edit | Open the item in edit mode. | |
| EditNew | Open the item in edit mode, informing the WOPI application that this is a newly created item. | |
| Default | Open the item in the default mode specified by the WOPI application. | |
| ImagePreview | Open an Image Preview of the item. | |
| EmbedView | Open the item in a view mode suitable for embedding. | |
| MobileView | Open the item in a view mode suitable for mobile browsers. | |
| FormSubmit | Open the item in forms submission mode. | |
| FormEdit | Oopen the item in forms edit mode. | |
| InteractivePreview | Preview excel files in an interactive way, but different from embedview | |
| Rest | Open the item in rest mode. |