SPMobileUploadPageNavigation.PageFileName Property
Gets the name of the mobile file upload page.
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
The String object that represents the name of the mobile upload page.
Remarks
The default is upload.aspx.
See Also
Reference
SPMobileUploadPageNavigation Class