WebPartMobileAdapter.WebPartIconLink Enumeration

Specifies whether an icon in a Web Part on a mobile page will function as a clickable link and, if so, whether it will link to the detailed view of the Web Part or the summary view.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No

Syntax

'Declaration
Protected Enumeration WebPartIconLink
'Usage
Dim instance As WebPartMobileAdapter.WebPartIconLink
protected enum WebPartIconLink

Members

Member name Description
NoLink Not a link.
LinkToDetailView Link to detailed view.
LinkToSummaryView Link to summary view.

Remarks

This type is used as a parameter to the CreateWebPartIcon(WebPartMobileAdapter.WebPartIconLink) method.

See Also

Reference

Microsoft.SharePoint.WebPartPages Namespace