Action.IsOpenedInNewWindow Property

NOTE: This API is now obsolete.

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
<ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.",  _
    False)> _
Public Property IsOpenedInNewWindow As Boolean
    Get
    Set
'Usage
Dim instance As Action
Dim value As Boolean

value = instance.IsOpenedInNewWindow

instance.IsOpenedInNewWindow = value
[ObsoleteAttribute("O12 Application Registry API is deprecated. Please use BusinessData.", 
    false)]
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