Share via


SPMobileUtility.GetViewUrl method (SPList)

Returns the URL of the current list view in a mobile Web application.

Namespace:  Microsoft.SharePoint.Utilities
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Shared Function GetViewUrl ( _
    list As SPList _
) As String
'Usage
Dim list As SPList
Dim returnValue As String

returnValue = SPMobileUtility.GetViewUrl(list)
public static string GetViewUrl(
    SPList list
)

Parameters

Return value

Type: System.String
A string that contains the URL.

See also

Reference

SPMobileUtility class

SPMobileUtility members

GetViewUrl overload

Microsoft.SharePoint.Utilities namespace