Class PortalDesktopModuleInfo
Inheritance
System.Object
PortalDesktopModuleInfo
Assembly: DotNetNuke.dll
Syntax
public class PortalDesktopModuleInfo : BaseEntityInfo
Properties
|
Improve this Doc
View Source
DesktopModule
Declaration
public DesktopModuleInfo DesktopModule { get; }
Property Value
|
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
|
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