TileLaunchBehavior enumeration

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.

See also

Reference

Microsoft.SharePoint.WebPartPages namespace