Gets or sets the option which determines where the CContentProducer goes when they choose to create a new CNavMenu.

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

Syntax

C#
public CContentProducer..::..WindowType NavNewEditorProperties { get; set; }
Visual Basic
Public Property NavNewEditorProperties As CContentProducer..::..WindowType
	Get
	Set
Visual C++
public:
property CContentProducer..::..WindowType NavNewEditorProperties {
	CContentProducer..::..WindowType get ();
	void set (CContentProducer..::..WindowType value);
}

See Also