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.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function CreateLogOnSelector ( _
context As HttpContext _
) As SelectionList
'Usage
Dim context As HttpContext
Dim returnValue As SelectionList
returnValue = SPMobileUtility.CreateLogOnSelector(context)
public static SelectionList CreateLogOnSelector(
HttpContext context
)
Parameters
- context
Type: System.Web.HttpContext
Return Value
Type: System.Web.UI.MobileControls.SelectionList