SPMobilePreviousItemNavigation.GenerateUrl Method
Generates the target URL.
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 object that represents the URL of the page that opens.
Remarks
This override generates the URL of the Display form for the previous item.
See Also
Reference
SPMobilePreviousItemNavigation Class