Gets or sets the option which determines where the CContentProducer goes when they choose to edit an existing CNavMenu.

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

Syntax

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

See Also