WebPartMobileAdapter class
Provides the common functionality needed by all adapters that make Web Parts on SharePoint pages accessible from mobile devices.
System.Object
System.Web.UI.Adapters.ControlAdapter
Microsoft.SharePoint.WebPartPages.WebPartMobileAdapter
Microsoft.SharePoint.WebPartPages.ImageWebPartMobileAdapter
Microsoft.SharePoint.WebPartPages.ListViewWebPartMobileAdapter
Microsoft.SharePoint.WebPartPages.XsltListViewWebPartMobileAdapter
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
'Declaration
<AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
<AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level := AspNetHostingPermissionLevel.Minimal)> _
Public Class WebPartMobileAdapter _
Inherits ControlAdapter _
Implements IDisposable
'Usage
Dim instance As WebPartMobileAdapter
[AspNetHostingPermissionAttribute(SecurityAction.InheritanceDemand, Level = AspNetHostingPermissionLevel.Minimal)]
[AspNetHostingPermissionAttribute(SecurityAction.LinkDemand, Level = AspNetHostingPermissionLevel.Minimal)]
public class WebPartMobileAdapter : ControlAdapter,
IDisposable
Use WebPartMobileAdapter as a base class for creating mobile adapters for particular Web Parts.
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.