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)
Available in Sandboxed Solutions: No

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