Gets a boolean value indicating whether the ancestor CNavMenu is marked as hidden.

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

Syntax

C#
public bool AncestoryHideFlag { get; }
Visual Basic
Public ReadOnly Property AncestoryHideFlag As Boolean
	Get
Visual C++
public:
property bool AncestoryHideFlag {
	bool get ();
}

See Also