Gets or sets a value that determines if a new window is opened when the
DoAction() method is called.
Namespace: DotNetNuke.Entities.Modules.ActionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
| C# |
|---|
public bool NewWindow { get; set; } |
| Visual Basic |
|---|
Public Property NewWindow As Boolean Get Set |