Share via


SPMobilePostsNewFormNavigation.PageFileName property

NOTE: This API is now obsolete.

Gets the filename of the New post creation form.

Namespace:  Microsoft.SharePoint.MobileControls
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
<ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")> _
Protected Overrides ReadOnly Property PageFileName As String
    Get
'Usage
Dim value As String

value = Me.PageFileName
[ObsoleteAttribute("The System.Web.Mobile.dll assembly has been deprecated and should no longer be used. For information about how to develop ASP.NET mobile applications, see https://go.microsoft.com/fwlink/?LinkId=157231.")]
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

SPMobilePostsNewFormNavigation members

Microsoft.SharePoint.MobileControls namespace