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.3.0

Syntax

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

See Also