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

Syntax

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

See Also