SPMobileCommentsListViewNavigation.PageFileName Property
Gets the filename of the comments list view 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 list of comments.
Remarks
In SharePoint Foundation, this property always returns "viewcomment.aspx."
See Also
Reference
SPMobileCommentsListViewNavigation Class