Class InstalledModuleInfo
Inheritance
System.Object
InstalledModuleInfo
Assembly: DotNetNuke.dll
Syntax
public class InstalledModuleInfo : object
Properties
|
Improve this Doc
View Source
DesktopModuleId
Declaration
public int DesktopModuleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Instances
Declaration
public int Instances { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ModuleName
Declaration
public string ModuleName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Version
Declaration
public string Version { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Type |
Name |
Description |
XmlWriter |
writer |
|
Extension Methods