SPMobileUtility.GetFormUrl method
Returns the URL of the specified type of form in a mobile Web application.
Overload list
Name | Description | |
---|---|---|
GetFormUrl(PAGETYPE) | Returns the URL of the specified form in a mobile Web application. | |
GetFormUrl(SPContext, PAGETYPE) | Returns the URL of the specified form in a mobile Web application. | |
GetFormUrl(SPView, SPItem, SPContext, PAGETYPE) | Returns the URL of the specified form in a mobile Web application. | |
GetFormUrl(SPView, SPList, SPItem, SPContext, PAGETYPE) | Returns the URL of the specified form in a mobile Web application. |
Top