AreaManager.GetUrlHashCode Method
NOTE: This API is now obsolete.
Gets a URL hash code.
Namespace: Microsoft.SharePoint.Portal.SiteData
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
<ObsoleteAttribute("This class is obsolete.")> _
Public Shared Function GetUrlHashCode ( _
Url As String _
) As Integer
'Usage
Dim Url As String
Dim returnValue As Integer
returnValue = AreaManager.GetUrlHashCode(Url)
[ObsoleteAttribute("This class is obsolete.")]
public static int GetUrlHashCode(
string Url
)
Parameters
- Url
Type: System.String
The URL.
Return Value
Type: System.Int32
Int32 that represents the hash code of the URL.
Remarks
The caller must have PortalRight.ViewArea and PortalRight.ViewPages permissions to perform this operation.