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.
Enumeration of possible behaviors of a tile when clicked.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Enumeration TileLaunchBehavior
'Usage
Dim instance As TileLaunchBehavior
public enum TileLaunchBehavior
Members
| Member name | Description | |
|---|---|---|
| InPageNavigation | Navigate to the action URL in the same browser page. | |
| Dialog | Open a dialog window and navigate it to the action URL. | |
| NewTab | Navigate to the action URL in a new browser page. |