Share via


SPMobilePostsRefreshNavigation.RedirectUrl Property

Gets the URL of the page that opens when a user clicks the Refresh control, which is the current page itself, the list of all posts that the current user has permissions to see and that are in the selected category 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 SPMobilePostsRefreshNavigation
Dim value As String

value = instance.RedirectUrl
public override string RedirectUrl { get; }

Property Value

Type: System.String
A String that represents the URL of the page containing the control, which is the list of all posts, within the selected category, that the current user is allowed to see. If no category is selected, all posts that the user is allowed to see are listed.

See Also

Reference

SPMobilePostsRefreshNavigation Class

SPMobilePostsRefreshNavigation Members

Microsoft.SharePoint.MobileControls Namespace