SPMobileClearViewFilterNavigation.GenerateUrl Method
Generates the URL of the page that displays the list.
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 displays the list.
Remarks
This override generates the URL of the link according to the specified list view. If the view mode of the current mobile page is not the “Simple” mode, a “ViewMode” URL QueryString will be appended to the returned URL string.
See Also
Reference
SPMobileClearViewFilterNavigation Class