• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Improve this Doc

Class PortalDesktopModuleInfo

Inheritance
System.Object
BaseEntityInfo
PortalDesktopModuleInfo
Inherited Members
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
BaseEntityInfo.CreatedByUser(Int32)
BaseEntityInfo.LastModifiedByUser(Int32)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class PortalDesktopModuleInfo : BaseEntityInfo

Properties

| Improve this Doc View Source

DesktopModule

Declaration
public DesktopModuleInfo DesktopModule { get; }
Property Value
Type Description
DesktopModuleInfo
| 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

Permissions

Declaration
public DesktopModulePermissionCollection Permissions { get; }
Property Value
Type Description
DesktopModulePermissionCollection
| Improve this Doc View Source

PortalDesktopModuleID

Declaration
public int PortalDesktopModuleID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PortalID

Declaration
public int PortalID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

PortalName

Declaration
public string PortalName { get; set; }
Property Value
Type Description
System.String

Extension Methods

JsonExtensionsWeb.ToJson(Object)
  • View Source
Back to top by the community, for the community... #DNNCMS