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.2.0
Syntax
| C# |
|---|
public string NavContentGroupInd { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property NavContentGroupInd As String |
| 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