SPDeletedSitePipeBind class

Represents a binding for pipeline and command-line input to PowerShell cmdlet parameters.

Inheritance hierarchy

System.Object
  Microsoft.SharePoint.PowerShell.SPCmdletPipeBind<SPDeletedSite>
    Microsoft.SharePoint.PowerShell.SPDeletedSitePipeBind

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

Syntax

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

Remarks

This class represents the input parameters specific to deleted sites that are represented as SPDeletedSite objects. This class facilitates the binding to and handling of input parameters as an instance of an SPDeletedSite object, a GUID identifier, or a string representation of a GUID.

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

SPDeletedSitePipeBind members

Microsoft.SharePoint.PowerShell namespace