Show / Hide Table of Contents

Class PortalDesktopModuleInfo

Inheritance
object
BaseEntityInfo
PortalDesktopModuleInfo
Inherited Members
BaseEntityInfo.CreatedByUser(int)
BaseEntityInfo.LastModifiedByUser(int)
BaseEntityInfo.FillInternal(IDataReader)
BaseEntityInfo.CloneBaseProperties(BaseEntityInfo, BaseEntityInfo)
BaseEntityInfo.CreatedByUserID
BaseEntityInfo.CreatedOnDate
BaseEntityInfo.LastModifiedByUserID
BaseEntityInfo.LastModifiedOnDate
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public class PortalDesktopModuleInfo : BaseEntityInfo

Constructors

PortalDesktopModuleInfo()

Declaration
public PortalDesktopModuleInfo()

Properties

DesktopModule

Declaration
public DesktopModuleInfo DesktopModule { get; }
Property Value
Type Description
DesktopModuleInfo

DesktopModuleID

Declaration
public int DesktopModuleID { get; set; }
Property Value
Type Description
int

FriendlyName

Declaration
public string FriendlyName { get; set; }
Property Value
Type Description
string

Permissions

Declaration
public DesktopModulePermissionCollection Permissions { get; }
Property Value
Type Description
DesktopModulePermissionCollection

PortalDesktopModuleID

Declaration
public int PortalDesktopModuleID { get; set; }
Property Value
Type Description
int

PortalID

Declaration
public int PortalID { get; set; }
Property Value
Type Description
int

PortalName

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

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS