SPMobileUtility.GetDispFormUrl method
Returns the URL of the display form (DispForm.aspx) of the mobile Web application.
Overload list
Name | Description | |
---|---|---|
GetDispFormUrl() | Returns the URL of the display form (DispForm.aspx) of the mobile Web application. | |
GetDispFormUrl(SPContext) | Returns the URL of the display form (DispForm.aspx) of the mobile Web application. | |
GetDispFormUrl(SPListItem) | Creates the display form from a SPListItem | |
GetDispFormUrl(SPView, SPItem, SPContext) | Returns the URL of the display form (DispForm.aspx) of the mobile Web application. |
Top