SPMobileAddViewFilterNavigation.GenerateUrl Method
Generates the URL of the hyperlink.
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 hyperlink.
Remarks
This override generates the URL of the hyperlink according to the name of the view filter page and the SPList in the current context. The URL can also contain view ID, ViewMode, and RootFolder query strings.
See Also
Reference
SPMobileAddViewFilterNavigation Class