Share via


SPMobileEditFormNavigation.GenerateUrl method

NOTE: This API is now obsolete.

Gets the URL of the edit form for the list item.

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

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides Function GenerateUrl As String
'Usage
Dim returnValue As String

returnValue = Me.GenerateUrl()
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
protected override string GenerateUrl()

Return value

Type: System.String
A String representing the URL of the form on which the list item can be edited.

See also

Reference

SPMobileEditFormNavigation class

SPMobileEditFormNavigation members

Microsoft.SharePoint.MobileControls namespace