Gets a boolean value indicating whether to open this file in a new window.

Namespace: Asi.iBO.ContentManagement
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public bool OpenInNewWindow { get; }
Visual Basic
Public ReadOnly Property OpenInNewWindow As Boolean
	Get
Visual C++
public:
property bool OpenInNewWindow {
	bool get ();
}

See Also