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 the filename of the post display 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
A String representing the file name for the page that shows the post.
Remarks
In SharePoint Foundation this property always returns "disppost.aspx".
See Also
Reference
SPMobilePostsDispFormNavigation Class