Class DesktopModuleInfo
Inheritance
DesktopModuleInfo
Assembly: DotNetNuke.dll
Syntax
public class DesktopModuleInfo : ContentItem, IHydratable, IXmlSerializable
Constructors
DesktopModuleInfo()
Declaration
public DesktopModuleInfo()
Properties
AdminPage
Declaration
public string AdminPage { get; set; }
Property Value
BusinessControllerClass
Declaration
public string BusinessControllerClass { get; set; }
Property Value
Category
Declaration
public string Category { get; set; }
Property Value
CodeSubDirectory
Declaration
public string CodeSubDirectory { get; set; }
Property Value
CompatibleVersions
Declaration
public string CompatibleVersions { get; set; }
Property Value
Dependencies
Declaration
public string Dependencies { get; set; }
Property Value
Description
Declaration
public string Description { get; set; }
Property Value
DesktopModuleID
Declaration
public int DesktopModuleID { get; set; }
Property Value
FolderName
Declaration
public string FolderName { get; set; }
Property Value
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
HostPage
Declaration
public string HostPage { get; set; }
Property Value
IsAdmin
Declaration
public bool IsAdmin { get; set; }
Property Value
IsPortable
Declaration
public bool IsPortable { get; set; }
Property Value
IsPremium
Declaration
public bool IsPremium { get; set; }
Property Value
IsSearchable
Declaration
public bool IsSearchable { get; set; }
Property Value
IsUpgradeable
Declaration
public bool IsUpgradeable { get; set; }
Property Value
ModuleDefinitions
Declaration
public Dictionary<string, ModuleDefinitionInfo> ModuleDefinitions { get; }
Property Value
ModuleName
Declaration
public string ModuleName { get; set; }
Property Value
PackageID
Declaration
public int PackageID { get; set; }
Property Value
Page
Declaration
public DesktopModuleInfo.PageInfo Page { get; set; }
Property Value
Permissions
Declaration
public string Permissions { get; set; }
Property Value
Shareable
Declaration
public ModuleSharing Shareable { get; set; }
Property Value
SupportedFeatures
Declaration
public int SupportedFeatures { get; set; }
Property Value
Version
Declaration
public string Version { get; set; }
Property Value
Methods
Fill(IDataReader)
Declaration
public override void Fill(IDataReader dr)
Parameters
Overrides
GetSchema()
Declaration
public XmlSchema GetSchema()
Returns
ReadXml(XmlReader)
Declaration
public void ReadXml(XmlReader reader)
Parameters
WriteXml(XmlWriter)
Declaration
public void WriteXml(XmlWriter writer)
Parameters
Implements
Extension Methods