Show / Hide Table of Contents

Class MenuItemViewModel

Inheritance
object
MenuItemViewModel
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS