SPMobileUtility.GetEditFormUrl method (SPView, SPItem, SPContext)
Returns the URL of the edit form (EditForm.aspx) of the mobile Web application.
Namespace: Microsoft.SharePoint.Utilities
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Shared Function GetEditFormUrl ( _
view As SPView, _
item As SPItem, _
context As SPContext _
) As String
'Usage
Dim view As SPView
Dim item As SPItem
Dim context As SPContext
Dim returnValue As String
returnValue = SPMobileUtility.GetEditFormUrl(view, _
item, context)
public static string GetEditFormUrl(
SPView view,
SPItem item,
SPContext context
)
Parameters
view
Type: Microsoft.SharePoint.SPViewAn SPView object that represents a view of the data that is contained in a list on a SharePoint site.
item
Type: Microsoft.SharePoint.SPItemAn SPItem object that represents the data transport item of the mobile Web application.
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.