Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.