Gets an indicator whether this CNavMenu is a navigation item or Content Folder
Namespace: Asi.iBO.ContentManagementAssembly: 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); } |