Class PortalDesktopModuleInfo
Inheritance
PortalDesktopModuleInfo
Assembly: DotNetNuke.dll
Syntax
public class PortalDesktopModuleInfo : BaseEntityInfo
Constructors
PortalDesktopModuleInfo()
Declaration
public PortalDesktopModuleInfo()
Properties
DesktopModule
Declaration
public DesktopModuleInfo DesktopModule { get; }
Property Value
DesktopModuleID
Declaration
public int DesktopModuleID { get; set; }
Property Value
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
Permissions
Declaration
public DesktopModulePermissionCollection Permissions { get; }
Property Value
PortalDesktopModuleID
Declaration
public int PortalDesktopModuleID { get; set; }
Property Value
PortalID
Declaration
public int PortalID { get; set; }
Property Value
PortalName
Declaration
public string PortalName { get; set; }
Property Value
Extension Methods