Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
list
Type: Microsoft.SharePoint.SPListAn SPList object that represents a list on a site.
Return Value
Type: System.String
A string that contains the URL.