Show / Hide Table of Contents

Class ControlBarController.ModuleDefDTO

Inheritance
object
ControlBarController.ModuleDefDTO
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Web.InternalServices
Assembly: DotNetNuke.Web.dll
Syntax
public class ControlBarController.ModuleDefDTO

Constructors

ModuleDefDTO()

Declaration
public ModuleDefDTO()

Properties

Bookmarked

Declaration
public bool Bookmarked { get; set; }
Property Value
Type Description
bool

ExistsInBookmarkCategory

Declaration
public bool ExistsInBookmarkCategory { get; set; }
Property Value
Type Description
bool

ModuleID

Declaration
public int ModuleID { get; set; }
Property Value
Type Description
int

ModuleImage

Declaration
public string ModuleImage { get; set; }
Property Value
Type Description
string

ModuleName

Declaration
public string ModuleName { get; set; }
Property Value
Type Description
string

Extension Methods

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