SPWebPipeBind.Read Method
Include Protected Members
Include Inherited Members
Overload List
Name | Description | |
---|---|---|
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. |
Top