SPWebPipeBind 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 SharePoint Web site, and as the string representation of a GUID reference to or the URL of the site.
The SPWebPipeBind type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPWebPipeBind(SPWeb) | Initializes a new instance of the SPWebPipeBind class with an instance of the SPWeb object. | |
SPWebPipeBind(Guid) | Initializes a new instance of the SPWebPipeBind class with the guid of the SPWeb object instance. | |
SPWebPipeBind(String) | Initializes a new instance of the SPWebPipeBind class with captures SPWeb identifying inputs as a string. | |
SPWebPipeBind(Uri) | Initializes a new instance of the SPWebPipeBind class with the URI of the specified SPWeb object instace. |
Top
Properties
Name | Description | |
---|---|---|
IsCollection | Gets a Boolean value that specifies whether the object is a collection. | |
WebGuid | Gets the identifying guid of the associated SPWeb object. | |
WebUrl | Gets the string representation of the URL of the associated SPWeb object. |
Top
Methods
Name | Description | |
---|---|---|
Discover | Populates information to recover the specified SPWeb object. (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 an SPWeb object by using either the absolute URL or the site guid along with the Web guid. (Overrides SPCmdletPipeBind<TCmdletObject>.Read().) | |
Read(SPSite) | Retrieves an SPWeb object that is defined by both site and relative URL. If the site is null, it uses the Web guid and site guid, or the absolute URL. | |
ToString | (Inherited from Object.) |
Top