SPMobileLinkNavigation.PageFileName Property
Gets the file name of the mobile page or form that is opened by the control.
Namespace: Microsoft.SharePoint.MobileControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Protected Overridable ReadOnly Property PageFileName As String
Get
'Usage
Dim value As String
value = Me.PageFileName
protected virtual string PageFileName { get; }
Property Value
Type: System.String
A String that represents the file name of the page or form.
Remarks
The default implementation returns an empty string.