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 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
'Declaration
Public Overrides Property RedirectUrl As String
Get
Set
'Usage
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