SPMobileDeletePageNavigation.PageFileName Property
Gets the file name of the mobile delete form.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overrides ReadOnly Property PageFileName As String
Get
'Usage
Dim value As String
value = Me.PageFileName
protected override string PageFileName { get; }
Property Value
Type: System.String
A String representing the file name for the form for deleting list items on the mobile web site.
Remarks
In SharePoint Foundation this property always returns "delete.aspx".
See Also
Reference
SPMobileDeletePageNavigation Class