Gets or sets a boolean value indicating whether this CContent should be opened 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; set; }
Visual Basic
Public Property OpenInNewWindow As Boolean
	Get
	Set
Visual C++
public:
property bool OpenInNewWindow {
	bool get ();
	void set (bool value);
}

See Also