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.