Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the URL of the page that opens when a user clicks the Delete control.
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 SPMobilePostsDeleteNavigation
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 to which the user is navigated after the Delete is clicked.
See Also
Reference
SPMobilePostsDeleteNavigation Class