Class MenuItemViewModel
Inherited Members
Namespace: DotNetNuke.Web.Components.Controllers.Models
Assembly: DotNetNuke.Web.dll
Syntax
public class MenuItemViewModel
Constructors
MenuItemViewModel()
Declaration
public MenuItemViewModel()
Properties
ID
Declaration
public string ID { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Order
Declaration
public int Order { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Source
Declaration
public string Source { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Text
Declaration
public string Text { get; set; }
Property Value
| Type | Description |
|---|---|
| string |