Gets or sets a value that determines if a new window is opened when the DoAction() method is called.

Namespace: DotNetNuke.Entities.Modules.Actions
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
public bool NewWindow { get; set; }
Visual Basic
Public Property NewWindow As Boolean
	Get
	Set

Field Value

A boolean indicating whether to open a new window.

Remarks