Gets or sets the option to see options when publishing CNavMenu.

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

Syntax

C#
public bool ShowPublishOptionWindow { get; set; }
Visual Basic (Declaration)
Public Property ShowPublishOptionWindow As Boolean
Visual C++
public:
property bool ShowPublishOptionWindow {
	bool get ();
	void set (bool value);
}

See Also