SPDeletedSitePipeBind Members
Include Protected Members
Include Inherited Members
Represents a binding for pipeline and command-line input to PowerShell cmdlet parameters.
The SPDeletedSitePipeBind type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPDeletedSitePipeBind(Guid) | Initializes a new instance of the SPDeletedSitePipeBind class with the specified ID of the deleted site. |
![]() |
SPDeletedSitePipeBind(String) | Initializes a new instance of the SPDeletedSitePipeBind class with the specified ID of the deleted site. |
![]() |
SPDeletedSitePipeBind(SPDeletedSite) | Initializes a new instance of the SPDeletedSitePipeBind class with the specified deleted site. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
Count | Gets the number of deleted sites bound to the pipeline. |
![]() |
DeletedSites | Gets the deleted sites bound to this pipeline. |
![]() |
Path | Gets a server-relative URL of the deleted site. |
![]() |
SiteId | Gets the ID of the deleted site. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Discover | Populates the information that is required to retrieve or recreate the deleted site. (Overrides SPCmdletPipeBind<TCmdletObject>.Discover(TCmdletObject).) |
![]() |
Equals | (Inherited from Object.) |
![]() |
Finalize | (Inherited from Object.) |
![]() |
GetHashCode | (Inherited from Object.) |
![]() |
GetType | (Inherited from Object.) |
![]() |
MemberwiseClone | (Inherited from Object.) |
![]() |
Read | Retrieves the deleted site object that is associated with the current pipebind object. (Overrides SPCmdletPipeBind<TCmdletObject>.Read().) |
![]() |
ToString | (Inherited from Object.) |
Top