Class InstalledModuleInfo
Inheritance
InstalledModuleInfo
Assembly: DotNetNuke.dll
Syntax
public class InstalledModuleInfo
Constructors
InstalledModuleInfo()
Declaration
public InstalledModuleInfo()
Properties
DesktopModuleId
Declaration
public int DesktopModuleId { get; set; }
Property Value
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
Instances
Declaration
public int Instances { get; set; }
Property Value
ModuleName
Declaration
public string ModuleName { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Methods
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Extension Methods