SPMobileUploadPageNavigation.GenerateUrl Method
Generates the URL of the link.
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 link.
Remarks
This override generates the URL of the link according to the name of the page and the SPList in the current context. The “RootFolder” and “View” query strings are added.
See Also
Reference
SPMobileUploadPageNavigation Class