Gets the path of an initial image used to display the CNavMenu

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

Syntax

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

See Also