Gets a depth of the CNavMenu

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

Syntax

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

See Also