Class ControlBarController.ModuleDefDTO
Inheritance
ControlBarController.ModuleDefDTO
Assembly: DotNetNuke.Web.dll
Syntax
public class ControlBarController.ModuleDefDTO
Constructors
ModuleDefDTO()
Declaration
Properties
Bookmarked
Declaration
public bool Bookmarked { get; set; }
Property Value
ExistsInBookmarkCategory
Declaration
public bool ExistsInBookmarkCategory { get; set; }
Property Value
ModuleID
Declaration
public int ModuleID { get; set; }
Property Value
ModuleImage
Declaration
public string ModuleImage { get; set; }
Property Value
ModuleName
Declaration
public string ModuleName { get; set; }
Property Value
Extension Methods