SPDeletedSitePipeBind members

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

The SPDeletedSitePipeBind type exposes the following members.

Constructors

  Name Description
Public method SPDeletedSitePipeBind(Guid) Initializes a new instance of the SPDeletedSitePipeBind class with the specified ID of the deleted site.
Public method SPDeletedSitePipeBind(String) Initializes a new instance of the SPDeletedSitePipeBind class with the specified ID of the deleted site.
Public method SPDeletedSitePipeBind(SPDeletedSite) Initializes a new instance of the SPDeletedSitePipeBind class with the specified deleted site.

Top

Properties

  Name Description
Public property Count Gets the number of deleted sites bound to the pipeline.
Public property DeletedSites Gets the deleted sites bound to this pipeline.
Public property Path Gets a server-relative URL of the deleted site.
Public property SiteId Gets the ID of the deleted site.

Top

Methods

  Name Description
Protected method Discover Populates the information that is required to retrieve or recreate the deleted site. (Overrides SPCmdletPipeBind<TCmdletObject>.Discover(TCmdletObject).)
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 Read Retrieves the deleted site object that is associated with the current pipebind object. (Overrides SPCmdletPipeBind<TCmdletObject>.Read().)
Public method ToString (Inherited from Object.)

Top

See also

Reference

SPDeletedSitePipeBind class

Microsoft.SharePoint.PowerShell namespace