SPMobileNextItemNavigation.GenerateUrl Method
Gets the URL of the form that displays the next list item.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides Function GenerateUrl As String
'Usage
Dim returnValue As String
returnValue = Me.GenerateUrl()
protected override string GenerateUrl()
Return Value
Type: System.String
The String value that represents the URL of the form that displays the next list item.
Remarks
This override generates the URL of the form that displays the next list item. This method is called only when the DisplayNavigation property is true.
See Also
Reference
SPMobileNextItemNavigation Class