Share via


Action.IsOpenedInNewWindow Property

Gets or sets a value indicating whether to open the action URL in a new window.

Namespace:  Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly:  Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)

Syntax

'Declaration
Public Property IsOpenedInNewWindow As Boolean
    Get
    Set
'Usage
Dim instance As Action
Dim value As Boolean

value = instance.IsOpenedInNewWindow

instance.IsOpenedInNewWindow = value
public bool IsOpenedInNewWindow { get; set; }

Property Value

Type: System.Boolean
true if the action URL should be opened in a new window; otherwise false.

Remarks

Default value of this property is false.

See Also

Reference

Action Class

Action Members

Microsoft.Office.Server.ApplicationRegistry.Administration Namespace