SPMobileChangeViewFilterNavigation.GenerateUrl Method
Generates the URL of the link to the view filter page.
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 that represents the URL of the link.
Remarks
This override generates the URL of the link to the view filter page, which consists of the list ID and view ID, and optionally the ViewMode, RootFolder, FilterField and FilterValue query string values, if present.
See Also
Reference
SPMobileChangeViewFilterNavigation Class