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)
Available in Sandboxed Solutions: Yes
Available in SharePoint Online

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

SPView Class

SPView Members

Microsoft.SharePoint Namespace

Other Resources

Mobile Views

Special Purpose Mobile Pages