AreaManager.GetUrlHashCode, méthode (Microsoft.SharePoint.Portal.SiteData)
Gets a URL hash code.
Espace de noms : Microsoft.SharePoint.Portal.SiteData
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Shared Function GetUrlHashCode ( _
Url As String _
) As Integer
'Utilisation
Dim Url As String
Dim returnValue As Integer
returnValue = AreaManager.GetUrlHashCode(Url)
public static int GetUrlHashCode (
string Url
)
Paramètres
- Url
The URL.
Valeur de retour
Int32 that represents the hash code of the URL.
Remarques
The caller must have PortalRight.ViewArea and PortalRight.ViewPages permissions to perform this operation.
Voir aussi
Référence
AreaManager, classe
Membres AreaManager
Microsoft.SharePoint.Portal.SiteData, espace de noms