ModuleInfo provides the Entity Layer for Modules

Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
[XmlRootAttribute("module", IsNullable = false)]
public class ModuleInfo : ContentItem, IPropertyAccess
Visual Basic
<SerializableAttribute>
<XmlRootAttribute("module", IsNullable := false)> 
Public Class ModuleInfo
	Inherits ContentItem
	Implements IPropertyAccess

Inheritance Hierarchy

See Also