SPMobileCommentsNewFormNavigation.PageFileName Property
Gets the file name of the mobile blog form on which a new comment about a post can be created.
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 that represents the file name of the form.
Remarks
This override returns "newcomment.aspx".
See Also
Reference
SPMobileCommentsNewFormNavigation Class