SPMobilePostsNewFormNavigation.PageFileName Property
Gets the filename of the New post creation 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 object that represents the file name for the form that enables the creation of a new post.
Remarks
In SharePoint Foundation this property always returns "newpost.aspx".
See Also
Reference
SPMobilePostsNewFormNavigation Class