Returns the specified Web site from the site collection.
|
Name
|
Description
|
|
SPSite.OpenWeb ()
|
Returns the site that is associated with the URL that is used in an SPSite constructor.
|
|
SPSite.OpenWeb (Guid)
|
Returns the site with the specified GUID.
|
|
SPSite.OpenWeb (String)
|
Returns the site that is located at the specified server-relative or site-relative URL.
|
|
SPSite.OpenWeb (String, Boolean)
|
Returns the site that is located at the specified server-relative or site-relative URL based on a Boolean value that specifies whether the exact URL must be supplied.
|