SPMobileUtility.GetViewUrl method
Returns the URL of the current or specified list view in a mobile Web application.
Overload list
Name | Description | |
---|---|---|
GetViewUrl(SPList) | Returns the URL of the current list view in a mobile Web application. | |
GetViewUrl(SPList, SPView) | Returns the URL of the specified list view in a mobile Web application. | |
GetViewUrl(SPList, SPView, SPFolder) | Returns the URL of the specified list view in a mobile Web application. | |
GetViewUrl(SPList, SPView, SPContext, SPFolder) | Returns the URL of the specified list view in a mobile Web application. |
Top