Share via


SPMobileUtility.GetDispFormUrl method (SPListItem)

Creates the display form from a SPListItem

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GetDispFormUrl ( _
    listItem As SPListItem _
) As String
'Usage
Dim listItem As SPListItem
Dim returnValue As String

returnValue = SPMobileUtility.GetDispFormUrl(listItem)
public static string GetDispFormUrl(
    SPListItem listItem
)

Parameters

Return value

Type: System.String

See also

Reference

SPMobileUtility class

SPMobileUtility members

GetDispFormUrl overload

Microsoft.SharePoint.Utilities namespace