Gets an indicator whether this CNavMenu is a navigation item or Content Folder

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

Syntax

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

Field Value

Allowed values are N or C, while N indicates navigation item and C indicates content folder.

See Also