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 the URL of the specified form in a mobile Web application.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function GetFormUrl ( _
pagetype As PAGETYPE _
) As String
'Usage
Dim pagetype As PAGETYPE
Dim returnValue As String
returnValue = SPMobileUtility.GetFormUrl(pagetype)
public static string GetFormUrl(
PAGETYPE pagetype
)
Parameters
pagetype
Type: Microsoft.SharePoint.PAGETYPEA PAGETYPE value that indicates the type of the form.
Return Value
Type: System.String
A string that contains the URL.