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.GuidA 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.