SPView.MobileUrl property
Gets the Web site-relative URL of the mobile list view page.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public ReadOnly Property MobileUrl As Uri
Get
'Usage
Dim instance As SPView
Dim value As Uri
value = instance.MobileUrl
public Uri MobileUrl { get; }
Property value
Type: System.Uri
A Web site-relative path: _layouts/mobile/Page.aspx.
Remarks
For most lists, Page is view. But some lists have special mobile list view pages. For example, for the list of a day’s events from a group calendar on a Group Work site, Page is viewdaily.
See also
Reference
Microsoft.SharePoint namespace