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 display form (DispForm.aspx) of the mobile Web application.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Shared Function GetDispFormUrl ( _
context As SPContext _
) As String
'Usage
Dim context As SPContext
Dim returnValue As String
returnValue = SPMobileUtility.GetDispFormUrl(context)
public static string GetDispFormUrl(
SPContext context
)
Parameters
context
Type: Microsoft.SharePoint.SPContextAn SPContext object that represents context information for the mobile Web application.
Return Value
Type: System.String
A string that contains the URL.