Gets or sets the options to automatically publish and child CNavMenu items when publishing a parent CNavMenu.

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

Syntax

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

Remarks

This option is only available when ShowPublishOptionWindow is set to true.

See Also