SPWopiBinding members
A SharePoint WOPI binding is an association between a file type, a WOPI action and a WOPI zone. A typical WOPI application will support several bindings that map to both different file types and different supported WOPI actions.
The SPWopiBinding type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
![]() |
Action | Gets the WOPI action that is associated with this binding. |
![]() |
Application | Gets the name of the WOPI application. The application is a group of file extensions or prog ids and associated actions. Applications are typically analogous to the functionality provided by a traditional desktop application. |
![]() |
Extension | Gets the file extension that defines the file type for this binding. |
![]() |
IsDefaultAction | A readonly Boolean value that specifies whether this binding’s action is the default action for this file type. |
![]() |
ProgId | Gets the prog id that defines the file type for this binding. |
![]() |
ServerName | Gets the server name that is associated with this binding. A group of bindings with the same server name were loaded from the server or file and can be treated as a unit. |
![]() |
WopiZone | Gets the WOPI zone that is associated with this binding. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
ToString | (Inherited from Object.) |
Top
.gif)
.gif)
.gif)