Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an integer version of the value that is associated with the specified URL key.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function GetUrlKeyValueAsInt ( _
context As HttpContext, _
urlKey As String _
) As Integer
'Usage
Dim context As HttpContext
Dim urlKey As String
Dim returnValue As Integer
returnValue = SPMobileUtility.GetUrlKeyValueAsInt(context, _
urlKey)
public static int GetUrlKeyValueAsInt(
HttpContext context,
string urlKey
)
Parameters
context
Type: System.Web.HttpContextAn SPContext object that represents context information for the mobile Web application.
urlKey
Type: System.StringA string that contains the URL key.
Return Value
Type: System.Int32
A string that contains the key value.