SPSite.OpenWeb method (Guid)

Returns the Web site with the specified GUID.

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function OpenWeb ( _
    gWebId As Guid _
) As SPWeb
'Usage
Dim instance As SPSite
Dim gWebId As Guid
Dim returnValue As SPWeb

returnValue = instance.OpenWeb(gWebId)
public SPWeb OpenWeb(
    Guid gWebId
)

Parameters

  • gWebId
    Type: System.Guid

    A GUID that specifies which Web site to return.

Return value

Type: Microsoft.SharePoint.SPWeb
An SPWeb object that represents the Web site.

See also

Reference

SPSite class

SPSite members

OpenWeb overload

Microsoft.SharePoint namespace