Class PromptModuleInfo
Inheritance
System.Object
PromptModuleInfo
Assembly: DotNetNuke.dll
Syntax
public class PromptModuleInfo : object
Properties
|
Improve this Doc
View Source
__ModuleId
Declaration
public string __ModuleId { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
__ModuleName
Declaration
public string __ModuleName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AddedToPages
Declaration
public string AddedToPages { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
FriendlyName
Declaration
public string FriendlyName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModuleDefId
Declaration
public int ModuleDefId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ModuleId
Declaration
public int ModuleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ModuleName
Declaration
public string ModuleName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TabModuleId
Declaration
public int TabModuleId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
Title
Declaration
public string Title { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
FromDnnModuleInfo(ModuleInfo, Nullable<Boolean>)
Declaration
public static PromptModuleInfo FromDnnModuleInfo(ModuleInfo dnnModule, bool? deleted = null)
Parameters
Type |
Name |
Description |
ModuleInfo |
dnnModule |
|
System.Nullable<System.Boolean> |
deleted |
|
Returns
Extension Methods