SPWopiBindingPipeBind class

Represents a binding for pipeline and command-line input to PowerShell cmdlet parameters. This class facilitates the binding to and handling of input parameters as a SharePoint WOPI binding, which represents a combination of file type and action.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.PowerShell.SPCmdletPipeBind<SPWopiBinding>
    Microsoft.SharePoint.PowerShell.SPWopiBindingPipeBind

Namespace:  Microsoft.SharePoint.PowerShell
Assembly:  Microsoft.SharePoint.PowerShell (in Microsoft.SharePoint.PowerShell.dll)

Syntax

'Declaration
Public NotInheritable Class SPWopiBindingPipeBind _
    Inherits SPCmdletPipeBind(Of SPWopiBinding)
'Usage
Dim instance As SPWopiBindingPipeBind
public sealed class SPWopiBindingPipeBind : SPCmdletPipeBind<SPWopiBinding>

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

SPWopiBindingPipeBind members

Microsoft.SharePoint.PowerShell namespace