Share via


SPMobilePostsRefreshNavigation.RedirectUrl property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Public Overrides ReadOnly Property RedirectUrl As String
    Get
'Usage
Dim instance As SPMobilePostsRefreshNavigation
Dim value As String

value = instance.RedirectUrl
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
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