Show / Hide Table of Contents

Class InstalledModuleInfo

Inheritance
object
InstalledModuleInfo
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class InstalledModuleInfo

Constructors

InstalledModuleInfo()

Declaration
public InstalledModuleInfo()

Properties

DesktopModuleId

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

FriendlyName

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

Instances

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

ModuleName

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

Version

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

Methods

WriteXml(XmlWriter)

Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer

Extension Methods

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