Gets or sets a flag which indicates if this menu item should be hidden.

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

Syntax

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

See Also