Partager via


Site.OpenWebById - Méthode

Returns the site with the specified GUID.

Espace de noms :  Microsoft.SharePoint.Client
Assemblys :   Microsoft.SharePoint.Client.Silverlight (dans Microsoft.SharePoint.Client.Silverlight.dll);  Microsoft.SharePoint.Client.Phone (dans Microsoft.SharePoint.Client.Phone.dll)  Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)

Syntaxe

'Déclaration
Public Function OpenWebById ( _
    gWebId As Guid _
) As Web
'Utilisation
Dim instance As Site
Dim gWebId As Guid
Dim returnValue As Web

returnValue = instance.OpenWebById(gWebId)
public Web OpenWebById(
    Guid gWebId
)

Paramètres

  • gWebId
    Type : System.Guid

    A GUID that specifies which site to return.

Valeur renvoyée

Type : Microsoft.SharePoint.Client.Web
Returns a Web.instance representing the site with the specified GUID.

Voir aussi

Référence

Site classe

Site - Membres

Microsoft.SharePoint.Client - Espace de noms