SPMobileDeleteNavigation.RedirectUrl Property

Gets or sets 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

Public Overrides Property RedirectUrl As String
    Get
    Set

Dim instance As SPMobileDeleteNavigation
Dim value As String

value = instance.RedirectUrl

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

Property Value

Type: System.String
A String that represents the URL of the page that opens when a user clicks the Delete control.

Remarks

If not overridden in a derived class, the RedirectUrl property is set to the view page for the current list of files.

See Also

Reference

SPMobileDeleteNavigation Class

SPMobileDeleteNavigation Members

Microsoft.SharePoint.MobileControls Namespace