SPMobileViewFilterSaveNavigation.RedirectUrl Property
Gets the URL of the page with the applied view filter.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Overrides ReadOnly Property RedirectUrl As String
Get
'Usage
Dim instance As SPMobileViewFilterSaveNavigation
Dim value As String
value = instance.RedirectUrl
public override string RedirectUrl { get; }
Property Value
Type: System.String
The String object that represents the URL of the mobile list view page with the applied view filter to which the user is redirected.
See Also
Reference
SPMobileViewFilterSaveNavigation Class