Gets the path of an additional image for the CNavMenu

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

Syntax

C#
public string ImageOther { get; set; }
Visual Basic
Public Property ImageOther As String
	Get
	Set
Visual C++
public:
property String^ ImageOther {
	String^ get ();
	void set (String^ value);
}

Remarks

This image can be used in the template. It is often used as a header image, which changes depending on the current level 1 menu item.

See Also