SPMobilePostsHomePageNavigation.PageFileName Property
NOTE: This API is now obsolete.
Gets the filename of the blog home page.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
<ObsoleteAttribute("Use SPMobileHomePageNavigation class instead.")> _
Protected Overrides ReadOnly Property PageFileName As String
Get
'Usage
Dim value As String
value = Me.PageFileName
[ObsoleteAttribute("Use SPMobileHomePageNavigation class instead.")]
protected override string PageFileName { get; }
Property Value
Type: System.String
A String that represents the file name for the home page.
Remarks
In SharePoint Foundation this property always returns "bloghome.aspx".
See Also
Reference
SPMobilePostsHomePageNavigation Class