Gets a depth of the CNavMenu

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

Syntax

C#
public short CategoryDepth { get; set; }
Visual Basic (Declaration)
Public Property CategoryDepth As Short
Visual C++
public:
property short CategoryDepth {
	short get ();
	void set (short value);
}

See Also