SPMobileAllContentPageNavigation.PageFileName Property
Gets the file name of the All Site Content 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 All Site Content page. The default value is mbllists.aspx.
See Also
Reference
SPMobileAllContentPageNavigation Class