Web.GetWebUrlFromPageUrl - Méthode
Espace de noms : Microsoft.SharePoint.Client
Assembly : Microsoft.SharePoint.Client (dans Microsoft.SharePoint.Client.dll)
Syntaxe
'Déclaration
Public Shared Function GetWebUrlFromPageUrl ( _
context As ClientRuntimeContext, _
pageFullUrl As String _
) As ClientResult(Of String)
'Utilisation
Dim context As ClientRuntimeContext
Dim pageFullUrl As String
Dim returnValue As ClientResult(Of String)
returnValue = Web.GetWebUrlFromPageUrl(context, _
pageFullUrl)
public static ClientResult<string> GetWebUrlFromPageUrl(
ClientRuntimeContext context,
string pageFullUrl
)
Paramètres
- context
Type : Microsoft.SharePoint.Client.ClientRuntimeContext
- pageFullUrl
Type : System.String
Valeur renvoyée
Type : Microsoft.SharePoint.Client.ClientResult<String>