SPSitePipeBind Members
Include Protected Members
Include Inherited Members
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 string representation of a GUID reference, a string representation of a URI, a GUID or URI referencing an SPSite object, the SPSite object itself, or an SPSiteAdministration object.
The SPSitePipeBind type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() |
SPSitePipeBind(SPSite) | Initializes a new instance of the SPSitePipeBind class using the specified site collection. |
![]() |
SPSitePipeBind(Guid) | Initializes a new instance of the SPSitePipeBind class using the specified GUID. |
![]() |
SPSitePipeBind(String) | Initializes a new instance of the SPSitePipeBind class using the specified input string. |
![]() |
SPSitePipeBind(Uri) | Initializes a new instance of the SPSitePipeBind class using the specified URI. |
![]() |
SPSitePipeBind(SPSiteAdministration) | Initializes a new instance of the SPSitePipeBind class using the specified site collection administration object. |
Top
Properties
Name | Description | |
---|---|---|
![]() |
IsCollection | Gets a read-only value that specifies whether the object is a collection. |
![]() |
SiteGuid | Gets a read-only guid that uniquely identifies the site object. |
![]() |
SiteUrl | Gets a read-only value that represents the URL of the site object. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
Discover | Populates information that is required to retrieve an SPSite object instance. (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() | Reads an SPSitePipeBind object and returns an object that represents the site. (Overrides SPCmdletPipeBind<TCmdletObject>.Read().) |
![]() |
Read(Boolean) | Reads an SPSitePipeBind object and returns an object that represents the sub-site that exists at the specified URL. |
![]() |
ToString | (Inherited from Object.) |
Top