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
Public property Action Gets the WOPI action that is associated with this binding.
Public property 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.
Public property Extension Gets the file extension that defines the file type for this binding.
Public property IsDefaultAction A readonly Boolean value that specifies whether this binding’s action is the default action for this file type.
Public property ProgId Gets the prog id that defines the file type for this binding.
Public property 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.
Public property WopiZone Gets the WOPI zone that is associated with this binding.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPWopiBinding class

Microsoft.SharePoint.PowerShell namespace